oss-slu / Enhancing-Bioinformatics-Research-through-LLM

Apache License 2.0
0 stars 0 forks source link

Implement Login Functionality Using Username/Email and Password with Error Handling for Existing Users in Signup Page #17

Closed AjithAkuthota23 closed 1 month ago

AjithAkuthota23 commented 2 months ago

Implement a login feature that authenticates users using either username or email and password. If the entered credentials match an existing user in the database, log the user in and redirect them to the home page. Additionally, enhance the signup functionality to display a message if the entered username already exists, prompting the user to choose a different one.

Acceptance Criteria: Backend API for Login:

Frontend Login Page Enhancements:

Signup Page Error Handling:

Testing and Validation:

iamvenkat1003 commented 1 month ago

i can help with this. I have worked on this before.