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
Needs functionality to prevent users from registering duplicate accounts.
The server needs to make sure a given username doesn't already exist in the database. If it does, the server should display a message letting the user know that the given username is already taken.
The text was updated successfully, but these errors were encountered:
Needs functionality to prevent users from registering duplicate accounts.
The server needs to make sure a given username doesn't already exist in the database. If it does, the server should display a message letting the user know that the given username is already taken.
The text was updated successfully, but these errors were encountered: