#705 closed defect (fixed)
Allow a user to change their email associated with their account
Reported by: | rodney757 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
It would be nice if a user could change their email address associated with their account, similar to how they can change their password. That way, they don't have to delete their account and start over if they get a new email address.
cwebber suggested using itsdangerous tokens for this
Change History (6)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 12 years ago
Owner: | removed |
---|---|
Status: | in_progress → review |
comment:3 by , 12 years ago
Modified change email to use itsdangerous tokens and send verification email.
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
It looks like this got merged into rodney's other mail repository from #624, which got merged. Is that right rodney757? In the meanwhile, I'm closing this.... feel free to reopen if I'm wrong.
comment:6 by , 11 years ago
Milestone: | → 0.5.0 |
---|
Pushed a branch for this https://github.com/rodney757/mediagoblin/commits/change_email
Dependent on the changes in #709