mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
added a status check to the read by minimum role proc (#1498)
This commit is contained in:
@@ -11,5 +11,6 @@ BEGIN
|
||||
[dbo].[OrganizationUserUserDetailsView]
|
||||
WHERE
|
||||
OrganizationId = @OrganizationId
|
||||
AND Status = 2 -- 2 = Confirmed
|
||||
AND [Type] <= @MinRole
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user