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 verify that the creator code is correct so that only authorized admin accounts can be created #28

Closed mmanning95 closed 3 weeks ago

mmanning95 commented 1 month ago

As a system I need to verify that the creator code is correct So that only authorized admin accounts can be created

Details and Assumptions

Acceptance Criteria


Scenario: Correct creator code entered
Given a user is attempting to create an admin account
When they enter the correct creator code
Then the system verifies the code
And the admin account creation process proceeds

Scenario: Incorrect creator code entered
Given a user is attempting to create an admin account
When they enter an incorrect creator code
Then the system denies the account creation
And an error message is displayed saying "Invalid creator code"
mmanning95 commented 3 weeks ago

This issue was completed with the issue about creating an admin account. It has been test manually and works as implied.