mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2239] Manager user cannot manage users or collections #1200
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#1200
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 @ghost on GitHub (Jan 17, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2239
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.