mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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