|
As a user
I want to be able to retrieve my username in case I forget.
Requirement
- Forgot username page Mockup: https://drive.google.com/open?id=11uT0Z8rc59TExZj7VzmboJobtFjY8AAZ
- On the Forgot username page, the user must enter an email address or phone number that is associated with a Folio account for that institution
- Must enter phone numbers in the exact format stored
- If the user begins to enter characters into the textbox then enable the Continue button
Clicking Continue button AND unable to locate account
- If the user hits Continue AND it is not a valid email address then display an error message [Please enter a valid email address.]
- If user hits Continue and the email address/phone number is not found then display the following message [Unable to find your account. Please enter a valid email address or phone number.]
Clicking Continue button AND able to locate account - Go to Email Confirmation page
Acceptance Criteria
Given I am on the Folio login page for my institution
When I click Forget username
Then display a page that allows me to enter my email address to locate my username
Given I have forgotten my username
When I am on the Forgot my username page
AND enter an email that is tied to my Folio account
Then a status page should display that my username has been found and that an email will be sent.
Given I have forgotten my username
When I enter an email address NOT tied to a Folio account that is a part of my institution
Then display a message that [Account was not found with that email address or phone number. Please try again or contact your Folio system administrator.]
|