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