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

Subscribe feature #13

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

Subscribe feature #13

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 a subscription form, so that I can subscribe to the newsletter.

Acceptance criteria

  • When a user subscribes through the site, an email should be dispatched to that email
  • Captcha to submit
  • The page changes to tell the user that an email has been sent and that they need to confirm
  • The form only takes a name and an email (do proper sanitizing and validation!)
  • A row is added to the database with confirmed set to false and an email md5 hash (need to add these columns)

References

@gordonpn gordonpn self-assigned this May 15, 2020
@gordonpn gordonpn mentioned this issue 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