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
I should be able to reset my password
- Scenarios
-
- Reset with valid email, password, and secret
-
- Given
- there exists an account with email "[email protected]" and password "test123"
- And
- a password reset token exists with the secret "asdf"
- And
- I am on the Password Reset page for secret "asdf"
- When
- I fill in "email" with "[email protected]"
- And
- I fill in "password" with "password"
- And
- I press "Change Password"
- Then
- I should see "Your password reset email has been sent."
Last published over 5 years ago by Edan Rosenberg.