mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
Add support for new collection access, hide passwords
This commit is contained in:
@@ -8,7 +8,8 @@ BEGIN
|
||||
|
||||
SELECT
|
||||
CU.[CollectionId] Id,
|
||||
CU.[ReadOnly]
|
||||
CU.[ReadOnly],
|
||||
CU.[HidePasswords]
|
||||
FROM
|
||||
[dbo].[OrganizationUser] OU
|
||||
INNER JOIN
|
||||
|
||||
Reference in New Issue
Block a user