cmoynan / Boutiqe-Ado

0 stars 0 forks source link

User Registration & Login #1

Closed cmoynan closed 2 weeks ago

cmoynan commented 3 weeks ago

As a new user, I want to create an account using my email address and a password, so that I can access the website and utilize its features

Acceptance Criteria:

Email Input Validation:

The email field must accept a valid email format. If an invalid email format is entered, an error message should be displayed.

Password Requirements:

The password must be at least 8 characters long. If the password is too short, an error message should be displayed.

Successful Account Creation:

The user can create an account if they provide a valid email and a password that meets the requirements. Upon successful account creation, the user should be redirected to the login page or automatically logged in. Email Uniqueness:

If the email is already associated with an existing account, an error message should be displayed.