#29298 closed New feature (wontfix)
Add a mechanism for changing a user's email address, with an email confirmation
Reported by: | Victor Porton | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Zach Borboa | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.auth
should include code and template for a form to change user's email with email confirmation.
Confirmation is required, because if a user changes both email and password incorrectly, he or she loses access to the system without a way to restore.
Change History (2)
comment:1 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | django.contrib.auth should allow to change email → Add a mechanism for changing a user's email address, with an email confirmation |
comment:2 by , 7 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
I'm not sure this is such a common need that it must be in Django itself (rather than say, as a third-party app). Also, different projects may have different requirements that may make crafting a generic solution somewhat difficult. If you implement something that you think is suitable, please offer your proposal on the DevelopersMailingList to see if there's consensus to include it. If so, we could reopen this ticket.