mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a system I need to check that new users' emails have not been used before so that every account only has one email linked to it #29

Open mmanning95 opened 2 days ago

mmanning95 commented 2 days ago

As a system I need to check that new users' emails have not been used before So that every account only has one email linked to it

Details and Assumptions

Acceptance Criteria


Scenario: Email not used before
Given a user is attempting to create a new account
When they enter an email address that is not already in the system
Then the system allows the account creation process to proceed

Scenario: Email already used
Given a user is attempting to create a new account
When they enter an email address that is already associated with an existing account
Then the system denies the account creation
And an error message is displayed saying "This email is already in use"