Opened 16 years ago

Closed 15 years ago

#7071 closed (duplicate)

Allow to change form class for password change view

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

password-change-override-form.patch (853 bytes ) - added by m.gajda@… 16 years ago.
password_change_form.patch (1.2 KB ) - added by Roland van Laar 15 years ago.
Improved patch and working patch

Download all attachments as: .zip

Change History (5)

by m.gajda@…, 16 years ago

comment:1 by Jeff Anderson, 16 years ago

Needs documentation: set
Patch needs improvement: set
Triage Stage: UnreviewedDesign decision needed

by Roland van Laar, 15 years ago

Attachment: password_change_form.patch added

Improved patch and working patch

comment:2 by Roland van Laar, 15 years ago

Needs documentation: unset
Patch needs improvement: unset

comment:3 by Luke Plant, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #8274

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