Opened 17 years ago
Closed 16 years ago
#6905 closed (fixed)
Allow to change form class for password reset view
Reported by: | Owned by: | Luke Plant | |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | contrib auth password reset form override | |
Cc: | Triage Stage: | Fixed on a branch | |
Has patch: | yes | Needs documentation: | yes |
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 reset 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.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | password-reset-override-form.patch added |
---|
comment:1 by , 16 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 16 years ago
Owner: | changed from | to
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Triage Stage: | Design decision needed → Fixed on a branch |
Fixed in r7735 (don't know why the Trac hook didn't work...)
Note:
See TracTickets
for help on using tickets.
These views have already been rewritten to use newforms in the newforms-admin branch. I will have a look at doing this in that branch.