Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#205 closed defect (fixed)

Can't log in from /admin/logout/

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords: login logout
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I don't seem to be able to log in to the admin interface from the /admin/logout/ page, despite the presence of a login form there.

How to reproduce (using admin system of a fresh Django install):

  1. Log in as a superuser at /admin/
  2. Click "Log out", takes us to /admin/logout/, which has a login form.
  3. Attempt to log in using that form... Just stays on /admin/logout/

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

I believe this is fixed as of [325]. Going to /admin/logout/ no longer displays a login form.

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