UTDallasEPICS / Reading-MLK

1 stars 0 forks source link

Login Function Needed #17

Closed AryamanTomer closed 1 month ago

AryamanTomer commented 8 months ago

The login function would be needed since you would need to sign in to the website

The main issue with this is that despite many similarities between the signup and login functions, they would perform and function differently as one function would be adding to the database and the other would be verifying that the user is in the database and we would also need for additional checking if all the information matches up in the login page with the database information. We also need to account for the case sensitivity.