Figure out what to do with display names #174
bluebear94
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Modrinth doesn’t show users’ display names (the value of
name
on the user endpoint response) on the website. This can lead to nasty surprises if a third-party program uses the display name returned from the API. Moreover, this information can only be changed through the API, as the website doesn’t have an interface for doing so.Prospector suggested “wiping this field on the backend” (message on Modrinth’s Discord server). If we want to proceed with this, then it could be done in several ways:
null
forname
and perhaps disable modifying the field.null
in the database.name
column from theusers
table outright.We could also allow users to edit their own display names if we eventually want a display name system.
Beta Was this translation helpful? Give feedback.
All reactions