Opened 19 years ago
Closed 19 years ago
#2448 closed defect (worksforme)
[patch] auth.views.logout does not redirect
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | |
| Severity: | normal | 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
After [3431] the auth.views.logout view does not do any redirects,
so after clicking 'log out' in the admin interface I see the logout
page with "welcome, admin" line still present in the top bar.
The view does log me out correctly, but fails to do a redirect so
request.user still contains user information.
The attached patch fixed this for me.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | diff_fix_logout_redirect.txt added |
|---|
comment:1 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I cannot repeat this at all. Can you please verify if it is still occurring with the current trunk and reopen if so.
I don't really understand how the patch is fixing the problem, so if you could provide a more verbose explanation if the problem still exists, that would be great, too.