#11178 closed (duplicate)
django.contrib.auth.views.login doesn't pass request to AuthenticationForm
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
as long as request isn't passed to django.contrib.auth.forms.AuthenticationForm you won't get an error for users with cookies disabled.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | django_fix_contrib.auth.views.login.diff added |
---|
comment:1 by , 15 years ago
Component: | Uncategorized → Authentication |
---|
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch for contrib/auth/views.py