Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make usernames case-insensitive, sanitize inputs against illegal characters #91

Open
jerkey opened this issue Apr 7, 2021 · 1 comment

Comments

@jerkey
Copy link

jerkey commented Apr 7, 2021

the system is presently case-sensitive when it comes to usernames, and this is a problem because people are not expecting this.

phones (and some other platforms) implement an automatic capitalization of the first character typed into a lot of fields, and maybe this is why my username in the system has the first letter capitalized? I certainly didn't do that on purpose.

This change needs to be done simultaneously with a review of the user database, to de-capitalize any usernames and also to make sure that there are no conflicts such as multiple accounts with the same spelling, differing only by capitalization.

@kenrestivo
Copy link

Looks like it uses https://www.npmjs.com/package/accountdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants