-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
backendRequires changes to the (node) backend webserverRequires changes to the (node) backend webserverenhancementNew feature or requestNew feature or requestversion-patchAn update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)
Description
Feature Summary
myUsername and myusername should not both be allowed; we should only accept one version of a username and ignore case
Detailed Description
We had an issue where a player accidentally signed up with two different capitalizations of the same username without realizing it. We should prevent this kind of issue by updating api/UserController's signup method to perform a case-insensitive search for users with that username and error if one is found to prevent users from having case-insensitive duplicate usernames
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendRequires changes to the (node) backend webserverRequires changes to the (node) backend webserverenhancementNew feature or requestNew feature or requestversion-patchAn update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)