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 collaboratorResend Verification
As an user
I want to resend my verification email
So that I can activate my account if I lost the original email
- Scenarios
-
- Follow resend verification email
-
- Given
-
the following users:
email confirmed_at [email protected] nil - When
- I am on the login page
- And
- I follow "Didn't receive confirmation instructions?"
- And
- I fill in "Email" with "[email protected]"
- And
- I press "Resend confirmation instructions"
- Then
- I should see "You will receive an email with instructions about how to confirm your account in a few minutes."
- And
- 2 emails should be delivered to [email protected]
- When
- I click the first link in the email
- Then
- I should see "Your account was successfully confirmed. You are now signed in."
Last published over 5 years ago by btelles.