stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Create account does not check username or password #21

Closed stevenbui44 closed 4 months ago

stevenbui44 commented 4 months ago

Right now, when you try to create an account, it does not check if the username is already in the database. This creates a problem when you try to log in because if there are 2 users with the same username, the system does not know what to do and you are unable to log in.

Also, create functionality for making the user reenter their password and check that those passwords match before making their account.