Skip to content

Commit 387d33b

Browse files
Update modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent a388fb0 commit 387d33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Now, even users with `ROLE MANAGEMENT` and `PRIVILEGE MANAGEMENT` privileges wil
116116
DROP ROLE analyst
117117
----
118118
+
119-
.Remove `DENY DROP DATABASE` from the restrictedAdmin role
119+
.Revoke the `MATCH` privilege from the `analyst` role
120120
[source, cypher, role=noplay]
121121
----
122-
REVOKE DENY DROP DATABASE ON DBMS FROM restrictedAdmin
122+
REVOKE MATCH {*} ON GRAPH * ELEMENTS * FROM analyst
123123
----
124124

125125
[NOTE]

0 commit comments

Comments
 (0)