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 collaboratorForgot password
As an user
I want to secure way to reset my password
So that I can still login if I forget it
- Scenarios
-
- Follow forget your password link
-
- Given
-
the following users:
email [email protected] - When
- I am on the login page
- And
- I follow "Forgot your password?"
- And
- I fill in "Email" with "[email protected]"
- And
- I press "Send me reset password instructions"
- Then
- I should see "You will receive an email with instructions about how to reset your password in a few minutes."
- And
- 1 emails should be delivered to [email protected]
- When
- I click the first link in the email
- And
- I fill in "Password" with "[email protected]"
- And
- I fill in "Password confirmation" with "[email protected]"
- And
- I press "Change my password"
- Then
- I should see "Your password was changed successfully. You are now signed in."
Last published almost 7 years ago by btelles.