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
The login page is now working. The issue was that the app.py file was taking the non-hashed value from the database instead of the hashed password value, and that the methods=POST was not specified in the login page route in app.py. This meant that the program could not link the submitting of the login form to the function in app.py
No description provided.
The text was updated successfully, but these errors were encountered: