#205 closed defect (fixed)
Can't log in from /admin/logout/
Reported by: | 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):
- Log in as a superuser at /admin/
- Click "Log out", takes us to /admin/logout/, which has a login form.
- Attempt to log in using that form... Just stays on /admin/logout/
Note:
See TracTickets
for help on using tickets.
I believe this is fixed as of [325]. Going to /admin/logout/ no longer displays a login form.