Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logout #910

Closed
b1rger opened this issue Jun 5, 2024 · 0 comments · Fixed by #1190 or #1188
Closed

Fix logout #910

b1rger opened this issue Jun 5, 2024 · 0 comments · Fixed by #1190 or #1188
Assignees

Comments

@b1rger
Copy link
Contributor

b1rger commented Jun 5, 2024

The logout link in the user usemenu simply points to the logout route - it should make a POST request instead to make logout work

b1rger added a commit that referenced this issue Sep 18, 2024
The Django logout system only works if a POST request with the correct
`csrf_token` is sent to the `logout` route. The previously existing link
to the `logout` route simply did not work.

Closes: #910
@b1rger b1rger closed this as completed in a8789a6 Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants