Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 Tim Graham, 6 years ago

Resolution: wontfix
Status: newclosed
Summary: django.contrib.auth should allow to change emailAdd a mechanism for changing a user's email address, with an email confirmation

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.

comment:2 by Zach Borboa, 6 years ago

Cc: Zach Borboa added
Note: See TracTickets for help on using tickets.
Back to Top