You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to create accounts with a unique username and secure password. Provide login and registration forms, validate user inputs, and store user credentials securely.
Expectations
Users can register with a unique username and a strong password.
Users can log in with their registered credentials.
Passwords are hashed and stored securely in the database.
The text was updated successfully, but these errors were encountered:
Allow users to create accounts with a unique username and secure password. Provide login and registration forms, validate user inputs, and store user credentials securely.
Expectations
The text was updated successfully, but these errors were encountered: