You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
either due to how a user enters thier name or how it's imported from github, it could be formatted as all caps, all lowercase, or some odd combination.
so we need a new field in the DB, called "OrigName" that stores the actual inputed name, and the username that's used for display is modified for standard capitalisation.
The text was updated successfully, but these errors were encountered:
either due to how a user enters thier name or how it's imported from github, it could be formatted as all caps, all lowercase, or some odd combination.
so we need a new field in the DB, called "OrigName" that stores the actual inputed name, and the username that's used for display is modified for standard capitalisation.
The text was updated successfully, but these errors were encountered: