Opened 16 years ago
Closed 16 years ago
#11394 closed (duplicate)
Should have a Form Variable for the Login method in Auth.Views
| Reported by: | 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 , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.