imoudu13 / GuildTalk

0 stars 0 forks source link

Implement registration authorization #43

Open imoudu13 opened 8 months ago

imoudu13 commented 8 months ago

Once the user enters all the information from the registration form send it to a seperate python file In the file ensure that the username is unique. You can do so by using the 'retrieve_from_user' function in the Database connections file. If it is unique it would return None. If it is, make sure the password is of length greater than 6. If both of those previous conditions aren't met send back to the registration form with an error message. If they are then insert into the table using the function from the DB connection class then send the username to the channel page