mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Custom User role not able to delete collection for which assigned manage permission #5993
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 @jpVm5jYYRE1VIKL on GitHub (Aug 6, 2025).
Prerequisites
Vaultwarden Support String
issue not related to any crashes and do not require any trace
Vaultwarden Build Version
1.34.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Well let say that exist user which have custom permission to manage some collections .
But in reality such user not able to delete collection for which he is manager.
Organisation link even not appear in user web ui.
If to assign for user permission to be able to manage all collecion then organisation link appear in users web ui but user also able to manege and delete any collection in organisation which it extremely huge security problem.
Expected Result
User must be able to manage collection where he assigned to be manager and must be able to delete collation for which he is manager.
Actual Result
User cannot do anything with collection except adding password or delete passwords.
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Aug 6, 2025):
That is a works-as-intented.
Vaultwarden does not support
Can Mangefor user rolls at the moment.Only Managers support
Can Manage, and Admins and Owners have full permissions always.Vaultwarden does not have a fine grained access control configured the same as Bitwarden does.
This might change in the future once we add those features. But for now, it works fine as how we intended it.