Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page not working-- always displays login failure message #20

Closed
lg17057 opened this issue Apr 10, 2023 · 1 comment
Closed

Login page not working-- always displays login failure message #20

lg17057 opened this issue Apr 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lg17057
Copy link
Owner

lg17057 commented Apr 10, 2023

No description provided.

@lg17057 lg17057 added the bug Something isn't working label Apr 10, 2023
@lg17057 lg17057 self-assigned this Apr 10, 2023
@lg17057
Copy link
Owner Author

lg17057 commented Apr 10, 2023

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

@lg17057 lg17057 closed this as completed Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant