No way of customizing from email for password resets
Reported by: |
Richard Davies <richard.davies@…> |
Owned by: |
nobody |
Component:
|
contrib.auth
|
Version:
|
1.0
|
Severity:
|
|
Keywords:
|
|
Cc:
|
richard.davies@…
|
Triage Stage:
|
Ready for checkin
|
Has patch:
|
yes
|
Needs documentation:
|
no
|
Needs tests:
|
no
|
Patch needs improvement:
|
no
|
Easy pickings:
|
no
|
UI/UX:
|
no
|
I'd like contrib.auth.forms.PasswordResetForm.save() and contrib.auth.views.password_reset() to both take an optional argument 'from_email', just like contrib.auth.models.User.email_user() already does.
Attachments
(3)
- 11300.diff
(3.7 KB
) - added by cassidy 15 years ago.
- Added from_email parameter to SetPasswordForm() and password_reset view. Wrote new test case for from_email.
- 11300.2.diff
(5.1 KB
) - added by Rob Hudson 14 years ago.
- Updated patch, added docs
- 11300.3.diff
(5.1 KB
) - added by Rob Hudson 14 years ago.
- Updated patch, added docs, now with versionadded
Download all attachments as:
.zip
Change History
(8)
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
Needs documentation: |
set
|
Needs documentation: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Added from_email parameter to SetPasswordForm() and password_reset view. Wrote new test case for from_email.