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