mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1195] Admin Panel Logout not working #842
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#842
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bokkabonga on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1195
Subject of the issue
When using the "Logout"-Button in the top right corner of the admin panel nothing happens.
Your environment
Steps to reproduce
Open the admin panel, login using the admin token and try to log out.
Expected behaviour
You get logged out from the admin panel and are back on the page which asks for the admin token.
Actual behaviour
You get thrown back to "https://fqdn/admin" but are still logged in
Relevant logs
The following is logged:
[2020-10-21 08:48:29.546][request][INFO] GET /admin/logout
[2020-10-21 08:48:29.547][response][INFO] GET /admin/logout (logout) => 303 See Other
[2020-10-21 08:48:29.578][request][INFO] GET /admin
[2020-10-21 08:48:29.586][response][INFO] GET /admin (admin_page) => 200 OK
Note: I will Update the server to 1.17 (hopefully today) but tomorrow at latest. Maybe this fixes the problem.
@bokkabonga commented on GitHub (Oct 21, 2020):
Nevermind. Updating firefox fixed the issue. Will Update Bitwarden anyways.