Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate link to verify email during registration #10

Open
oksanahorishna opened this issue Jun 6, 2023 · 2 comments
Open

Generate link to verify email during registration #10

oksanahorishna opened this issue Jun 6, 2023 · 2 comments

Comments

@oksanahorishna
Copy link
Collaborator

oksanahorishna commented Jun 6, 2023

As a system
I want to send a verification link
So that the user's email address can be verified during registration

Scenario: Generate email verification link
Given the user is on the registration page
When the user enters an email address
And clicks on the "Зареєструватися" button
Then the user should receive an email with a verification link

Scenario: Verify email using the verification link
Given the user received an email with a verification link
When the user clicks on the link in the email
Then the user should be redirected to the verification page
And the verification page should display a success message
And the user's email should be marked as verified in the system

Linked epic #3

@oksanahorishna
Copy link
Collaborator Author

And the email should be sent from "[email protected]"
And the email subject should contain "Email Verification"
And the email body should contain a link starting with "https://example.com/verify?token="

should we specify such details?

@mehalyna
Copy link
Collaborator

Task #376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants