1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-23 17:07:42 +01:00

write is also included with accessall

This commit is contained in:
Kyle Spearrin 2017-08-30 21:37:58 -04:00
parent e43c3baf6e
commit 54de2db9af
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ BEGIN
)
AND (
@WriteOnly = 0
OR OU.[AccessAll] = 1
OR G.[AccessAll] = 1
OR CU.[ReadOnly] = 0
OR CG.[ReadOnly] = 0
)

View File

@ -51,6 +51,8 @@ BEGIN
)
AND (
@WriteOnly = 0
OR OU.[AccessAll] = 1
OR G.[AccessAll] = 1
OR CU.[ReadOnly] = 0
OR CG.[ReadOnly] = 0
)