mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2232] Managers getting logged out when trying to access manage tab #1197
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#1197
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 @connorwilliams-aps on GitHub (Jan 14, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2232
Subject of the issue
A newly promoted from user to manager user gets instantly logged out when clicking the manage tab inside the organization. They get a "your session has expired" error message. This does not occur if I make them an admin, only when they are a manager.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_SSL, SMTP_PORT, SMTP_FROM
Install method: Docker Compose
Other relevant details:
Steps to reproduce
Set user to manager and attempt to click on the manage button inside the org.
Expected behaviour
Access to manage area
Actual behaviour
Logout with session expiration
Troubleshooting data
This occurs in multiple browsers and in private windows
@BlackDex commented on GitHub (Jan 14, 2022):
Duplicate of #2151 and #2227
And already fixed in #2169
Use the
testingtagged image for this fix.