CHSCodeForChange / Sapphire-Web

The website/backend repository for Sapphire, a platform to help organizations manage volunteers.
https://sapphire-web.herokuapp.com
GNU General Public License v3.0
8 stars 2 forks source link

Usernames are made lowercase without alerting user #99

Closed jpaav closed 6 years ago

jpaav commented 6 years ago

ie "JosephPaavola" -> "josephpaavola"

This can confuse the user if they are not told about it, especially since the login will fail them without alerting them that usernames are all lowercase.

Solution: make login form clean for username go to lower maybe?