SniffyMcTasty / SOEN-341

0 stars 2 forks source link

Check user credentials upon registering #90

Closed SniffyMcTasty closed 3 years ago

SniffyMcTasty commented 3 years ago

The system should compare the user's entered credentials with the ones stored in the database, and only redirect them to the home page if what they entered matches a user entry in the SQL table (ask them again if not).

Parent user story: #35