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

Email confirmation feature #11

Closed
gordonpn opened this issue May 15, 2020 · 0 comments · Fixed by #17
Closed

Email confirmation feature #11

gordonpn opened this issue May 15, 2020 · 0 comments · Fixed by #17
Assignees

Comments

@gordonpn
Copy link
Owner

gordonpn commented May 15, 2020

As a user, I want to confirm my subscription to the newsletter, so that I don't receive random unwanted subscriptions.

Acceptance criteria

  • The link in the email would look like something like https://deals.gordon-pn.com/confirm/aebafcacecf7fa16a68f6b26b0abfcee (or use parameters)
  • When the link is clicked, search the database for a matching hash and set confirmed column to true
  • Show a page to the user to say that their email has been confirmed successfully
  • Adjust newsletter service to only email those with confirmed emails
  • If a user subscribes again, then simply send a new confirmation email but do not add a row

Depends on

  • Unsubscribe and subscribe feature

References

@gordonpn gordonpn mentioned this issue May 15, 2020
@gordonpn gordonpn self-assigned this May 15, 2020
gordonpn added a commit that referenced this issue Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant