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

Handle user re-subscribe #17

Open
karllhughes opened this issue Oct 21, 2016 · 1 comment
Open

Handle user re-subscribe #17

karllhughes opened this issue Oct 21, 2016 · 1 comment

Comments

@karllhughes
Copy link
Member

Problem

When users unsubscribe then re-subscribe we create a new record in the DB rather than "un-deleting" their old record.

New re-subscribe flow

  • When user completely unsubscribes, it soft deletes them
  • When deleted user signs up, "un-delete" that user and send new confirmation email
  • Add unique index to email
@matthewtrask
Copy link

If no one else has taken this I think I can bang it out.

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