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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: