mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
write is also included with accessall
This commit is contained in:
parent
e43c3baf6e
commit
54de2db9af
@ -33,6 +33,8 @@ BEGIN
|
|||||||
)
|
)
|
||||||
AND (
|
AND (
|
||||||
@WriteOnly = 0
|
@WriteOnly = 0
|
||||||
|
OR OU.[AccessAll] = 1
|
||||||
|
OR G.[AccessAll] = 1
|
||||||
OR CU.[ReadOnly] = 0
|
OR CU.[ReadOnly] = 0
|
||||||
OR CG.[ReadOnly] = 0
|
OR CG.[ReadOnly] = 0
|
||||||
)
|
)
|
||||||
|
@ -51,6 +51,8 @@ BEGIN
|
|||||||
)
|
)
|
||||||
AND (
|
AND (
|
||||||
@WriteOnly = 0
|
@WriteOnly = 0
|
||||||
|
OR OU.[AccessAll] = 1
|
||||||
|
OR G.[AccessAll] = 1
|
||||||
OR CU.[ReadOnly] = 0
|
OR CU.[ReadOnly] = 0
|
||||||
OR CG.[ReadOnly] = 0
|
OR CG.[ReadOnly] = 0
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user