ChrisCarleton / DiveLog

An online scuba diving log book
https://www.bottomtime.ca/
Apache License 2.0
2 stars 1 forks source link

User should be case insensitive for the purpose of log ins #47

Closed ChrisCarleton closed 7 years ago

ChrisCarleton commented 7 years ago

Logging in with Chris vs chris is not handled the same. This could be frustrating and confusing for users. Please fix.

ChrisCarleton commented 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.

ChrisCarleton commented 7 years ago

Fixed in PR #49. User names and e-mail addresses are stored in lower-case so they can be compared as such.