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

Usernames are case sensitive. #86

Open
FractumSeraph opened this issue Sep 26, 2024 · 0 comments
Open

Usernames are case sensitive. #86

FractumSeraph opened this issue Sep 26, 2024 · 0 comments

Comments

@FractumSeraph
Copy link

I'm not sure if this is the intended function or not, but usernames are case sensitive.

This seems like an easy fix on the client side by just adding .ToLower(), but this would prevent existing users with capitalized usernames from logging in. I'm not familiar with MongoDB so I don't know how to iterate through all the users to set the names lowercase.

This could also cause issues if there were multiple users with the same username with different capitalizations.

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

1 participant