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.
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.