Open captain-awesome opened 8 years ago
usernames should be unique regardless of case. user_id 15 and 16 both have the username "amazing" but in different cases.
Usernames are unique, rails validations don't apply case to uniquness constraint. Amazing is different than amazing
Amazing
amazing
Please allow it so 'Amazing' and 'amazing' are not allowed.
usernames should be unique regardless of case. user_id 15 and 16 both have the username "amazing" but in different cases.