Closed ChrisCarleton closed 7 years ago
And, naturally, this means that checking whether user names exist needs to be done in a case insensitive manner as well such that a user cannot sign up as chris
if user Chris
already exists.
Fixed in PR #49. User names and e-mail addresses are stored in lower-case so they can be compared as such.
Logging in with
Chris
vschris
is not handled the same. This could be frustrating and confusing for users. Please fix.