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.
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.