mirror of
https://github.com/bitwarden/server
synced 2026-01-21 03:43:53 +00:00
Add support for new collection access, hide passwords
This commit is contained in:
@@ -6,7 +6,8 @@ BEGIN
|
||||
|
||||
SELECT
|
||||
[OrganizationUserId] [Id],
|
||||
[ReadOnly]
|
||||
[ReadOnly],
|
||||
[HidePasswords]
|
||||
FROM
|
||||
[dbo].[CollectionUser]
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user