mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Managers getting logged out when trying to access manage tab #4836
Reference in New Issue
Block a user
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).
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.