Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11178 closed (duplicate)

django.contrib.auth.views.login doesn't pass request to AuthenticationForm

Reported by: Florian Reinhard <florian.reinhard@…> 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)

django_fix_contrib.auth.views.login.diff (665 bytes ) - added by Florian Reinhard <florian.reinhard@…> 15 years ago.
patch for contrib/auth/views.py

Download all attachments as: .zip

Change History (4)

by Florian Reinhard <florian.reinhard@…>, 15 years ago

patch for contrib/auth/views.py

comment:1 by Florian Reinhard <florian.reinhard@…>, 15 years ago

Component: UncategorizedAuthentication

comment:2 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

Dup of #10166, please search before opening new tickets.

Also, intentional behavior. See #3393 / r7692.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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