Opened 16 years ago

Closed 16 years ago

#6905 closed (fixed)

Allow to change form class for password reset view

Reported by: m.gajda@… 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)

password-reset-override-form.patch (820 bytes ) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (4)

by anonymous, 16 years ago

comment:1 by Jeff Anderson, 16 years ago

Needs documentation: set
Triage Stage: UnreviewedDesign decision needed

comment:2 by Luke Plant, 16 years ago

Owner: changed from nobody to Luke Plant

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.

comment:3 by Luke Plant, 16 years ago

Resolution: fixed
Status: newclosed
Triage Stage: Design decision neededFixed on a branch

Fixed in r7735 (don't know why the Trac hook didn't work...)

Note: See TracTickets for help on using tickets.
Back to Top