To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorReset Password
As a Global Cost Estimator User
I want to be able to reset my password
So that I can re-establish a password if I've forgotten it
- Scenarios
-
- Active user selects forgot your password
-
- Given
- I am an active user of the Global Cost Estimator
- When
- I select the link to reset my password
- And
- I provide my user name
- Then
- I am sent an email with a link to reset my password to the email address associated with my account
- And
- the message "An email containing instructions on how to reset your password has been sent to the email address associated with your user account if found." is displayed
- Unknown user selects forgot your password
-
- Given
- I am an active user of the Global Cost Estimator
- When
- I select the link to reset my password
- And
- I provide my user name
- And
- the user name is not found
- Then
- the message "An email containing instructions on how to reset your password has been sent to the email address associated with your user account if found." is displayed
- But
- I am not sent an email with a link to reset my password
Last published almost 7 years ago by Doug Snyder.