mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Manager user cannot manage users or collections #1196
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 @ghost on GitHub (Jan 17, 2022).
Subject of the issue
User with "manager" role cannot manage the users and collections of one organization.
The manager user can see the manage tab of the organization but as soon as it clicks on it, it gets one error and he is logged out.
Deployment environment
Install method: docker
Clients used: web vault
Reverse proxy and version: nginx 1.20.2
MySQL/MariaDB or PostgreSQL version: (internal sqllite database)
Other relevant details:
Steps to reproduce
Use a "manager" user and click on the "manage" tab of the organization to edit users and collections.
Expected behaviour
Manager user should be able to edit users and collections.
Actual behaviour
As soon as you click, you are logged out.
Troubleshooting data
Logged out as soon as you click on the "manage" tab:

Some logs:
@BlackDex commented on GitHub (Jan 17, 2022):
Please please search before you post an issue!
Duplicate of #2151 and #2227 and #2233
And already fixed in #2169
Use the
testingtagged image for this fix.