marckunze / rancor

Ranked Choice voting tool repo
https://rancor.herokuapp.com
Other
0 stars 0 forks source link

Code wrong email/opt-out option #76

Closed marckunze closed 9 years ago

marckunze commented 9 years ago

This would be a way to handle an incorrect email registration, or if the user wants to unsubscribe from all polls.

Very likely not enough time, but noting. We can attach a wontfix if definitely not.

Would need

  1. a page for a user to respond to saying not them.
  2. a. Delete account (if registration fail) b. Attach some sort of flag to account (if voter/invite).

MarkHammondJr commented 9 years ago

Delete account should be easy enough to do, assuming DataMapper plays nicely.

MarkHammondJr commented 9 years ago

It's not playing nicely.

MarkHammondJr commented 9 years ago

Deleting accounts needs to be implemented elsewhere, but mandrill takes care of the opt-out for us.