| Acceptance Criteria |
1. The system must display a “Forgot my password” link or button on the login screen. 2. When clicked, the system must request the user's registered email address. 3. The system must validate that the email address exists in the database. 4. The system must deploy a message veryifing that the email to recover the password was sent 5. If the email address is valid, the system must send a password recovery link to the user's email address. 6. The link must direct the user to a screen where they can create a new password. |