1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

added a status check to the read by minimum role proc (#1498)

This commit is contained in:
Addison Beck
2021-08-10 06:59:54 -04:00
committed by GitHub
parent 53a93ffcea
commit b726b08ea1
3 changed files with 5 additions and 1 deletions

View File

@ -17,5 +17,6 @@ BEGIN
[dbo].[OrganizationUserUserDetailsView]
WHERE
OrganizationId = @OrganizationId
AND Status = 2
AND [Type] <= @MinRole
END