imoudu13 / GuildTalk

0 stars 0 forks source link

Implement login authorization #44

Open imoudu13 opened 8 months ago

imoudu13 commented 8 months ago

When a user enters their username and password to in the login form, send the data to a seperate python file. In the python file ensure that the username and password are valid and in the database by using the function: 'retrieve_from_User' in the Utility file. It should return one tuple. If it doesn't send it back to the form with an error message If it does send the username to the channel page.