#205 closed defect (fixed)
Can't log in from /admin/logout/
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.