You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usernames, as well as email, should be unique. This means adding a new migration to add the constraint to the users table, as well as adding the logic to check for this ahead of time server-side so that someone signing up can be told that a username is bad.
The text was updated successfully, but these errors were encountered:
Usernames, as well as email, should be unique. This means adding a new migration to add the constraint to the
users
table, as well as adding the logic to check for this ahead of time server-side so that someone signing up can be told that a username is bad.The text was updated successfully, but these errors were encountered: