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 password being used is correct so that only authorized users can access accounts #31

Closed mmanning95 closed 3 weeks ago

mmanning95 commented 1 month ago

As a system I need to verify that the password being used is correct So that only authorized users can access accounts

Details and Assumptions

Acceptance Criteria


Scenario: Correct password entered
Given a user has entered their username or email
When they enter their correct password
Then they are successfully logged into their account
And they are redirected to their user homepage

Scenario: Incorrect password entered
Given a user has entered their username or email
When they enter an incorrect password
Then they are shown a message that their password is incorrect
And they are given an option to retry or reset their password
mmanning95 commented 3 weeks ago

This issue was completed in conjunction with login and account creation. So, I will close this issue.