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 collaboratorRecovering a forgotten password
In order to recover access to their account
The user
wants to reset their password
- Scenarios
-
- Reset password for account with known e-mail address
- Reset password for account using a blank password
- Reset password for account with unknown e-mail address
- Reset password for account with known e-mail address
-
- Given
- a person "Andre" with email "[email protected]"
- And
- "Andre" has an account
- And
- I am on the home page
- When
- I follow "Need help logging in?"
- And
- I fill in "email" with "[email protected]"
- And
- I press "next"
- Then
- I should see "An e-mail has just been sent to you"
- And
- "[email protected]" should receive an email
- When
- I open the email
- Then
- I should see /reset/ in the email subject
- When
- I follow "amnesia" in the email
- Then
- I should see "enter a new password"
- When
- I fill in "password" with "welcome123"
- And
- I press "next"
- Then
- I should see "Your password has been succesfully changed."
- Reset password for account using a blank password
-
This scenario does not have any steps.
- Reset password for account with unknown e-mail address
-
- Given
- I am on the home page
- When
- I follow "Need help logging in?"
- And
- I fill in "email" with "[email protected]"
- And
- I press "next"
- Then
- I should see "This is not a Caren user"
Last published over 7 years ago by Dreetje.