Opened 15 years ago

Closed 14 years ago

#11394 closed (duplicate)

Should have a Form Variable for the Login method in Auth.Views

Reported by: ozzy@… Owned by: nobody
Component: contrib.auth Version: 1.0
Severity: Keywords: views
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is suggestion -- every view method in auth.views has an option to override the Form, i.e password_reset has "password_reset_form". I think it would be helpful to have the same option for the "login" method.

Change History (3)

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by megaman821@…, 15 years ago

I second this. It would be much easier to just add a form variable to the login view rather than having to copy / paste the login view just to change the form out.

comment:3 by John-Scott Atlakson, 14 years ago

Resolution: duplicate
Status: newclosed

Fix committed by lukeplant in r11618. See #8274

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