mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[v1.33.0 / Web 2025.12.1] Custom Role (Type 4) permissions are ignored #6154
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 @smeretech on GitHub (Jan 13, 2026).
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.35.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
swag
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Steps to reproduce the behavior:
Expected Result
When selecting the "Custom" user type in the Organization "Manage Members" view, the granular permission checkboxes (e.g., "Access all collections", "Manage users", "Manage collections") should be visible and interactive immediately, without requiring CSS hacks or console injections
Actual Result
When selecting "Custom" as the user type in the Organization management view, the granular permission checkboxes (e.g., "Manage Users", "Access All Collections") fail to render and do not appear in the UI.
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Jan 13, 2026):
We currently only support the permission

Manage all collections(in lieu of the deprecatedManagerrole) which is visible.The others are hidden because they are not supported.
If you want to implement Custom permissions, we would certainly welcome a PR.