mint-o-badges / badgr-server

Open Badge issuing and management with Django
GNU Affero General Public License v3.0
2 stars 1 forks source link

server: use name stored in badge #206

Closed timber-they closed 1 month ago

timber-they commented 1 month ago

Wherever the name of a user is used in conjunction with a badge (e.g. for PDF creation on website by user) the name that is stored in the badge is used (and not the one in the profile) -> do this only if a name is present in the badge. If there is now name (we store the name only since a few weeks), take the profile name.

timber-they commented 1 month ago

This is the second TODO from this card