Opened 17 years ago
Closed 15 years ago
#7071 closed (duplicate)
Allow to change form class for password change view
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | contrib auth password change form override | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I would like to have possibility to change form used by password change view. This is elegant way to provide own functionality into view without need to rewrite it. django-registration application allows it in its views, so one can override forms in url dispatch modules directly.
Desired functionality could be achieved using attached patch.
This ticket is similar to the #6905 one. It proposes the same change for another view.
Attachments (2)
Change History (5)
by , 17 years ago
Attachment: | password-change-override-form.patch added |
---|
comment:1 by , 16 years ago
Needs documentation: | set |
---|---|
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Design decision needed |
by , 16 years ago
Attachment: | password_change_form.patch added |
---|
comment:2 by , 15 years ago
Needs documentation: | unset |
---|---|
Patch needs improvement: | unset |
Note:
See TracTickets
for help on using tickets.
Improved patch and working patch