versastylist / mona

0 stars 0 forks source link

Usernames should be unique #253

Open captain-awesome opened 8 years ago

captain-awesome commented 8 years ago

usernames should be unique regardless of case. user_id 15 and 16 both have the username "amazing" but in different cases.

SpencerCDixon commented 8 years ago

Usernames are unique, rails validations don't apply case to uniquness constraint. Amazing is different than amazing

captain-awesome commented 8 years ago

Please allow it so 'Amazing' and 'amazing' are not allowed.