mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
Admins are not limited by collection controls
This commit is contained in:
@@ -14,7 +14,7 @@ BEGIN
|
||||
ELSE 0
|
||||
END [Edit]
|
||||
FROM
|
||||
[dbo].[CipherDetails](@UserId) C
|
||||
[dbo].[Cipher] C
|
||||
LEFT JOIN
|
||||
[dbo].[Organization] O ON C.[UserId] IS NULL AND O.[Id] = C.[OrganizationId]
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user