CarpenterT / Cen3031GroupProject

This is the repository for our project
0 stars 0 forks source link

Fixed an issue with logging in #31

Closed CarpenterT closed 1 year ago

CarpenterT commented 1 year ago

Fixed a case where the login page would not give an error if the user tried logging in with a username that was not in the database. Previously, it would only report an issue to the user if the username was right but the password was wrong.