Skip to content

Commit 0319e66

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ CREATE IMMUTABLE ROLE analyst
106106
GRANT IMMUTABLE MATCH {*} ON GRAPH * ELEMENTS * TO analyst
107107
----
108108

109-
. Grant the restrictedAdmin role to `alice` to prevent her dropping databases:
110-
+
111-
[source, cypher, role=noplay]
112-
----
113-
GRANT restrictedAdmin TO alice
114-
----
115-
+
116109
. Ensure you have completed steps 4 and 5 from <<administer-immutable-roles-and-privileges>>.
117110
+
118111
Now, despite having `ROLE MANAGEMENT` and `PRIVILEGE MANAGEMENT` privileges, `alice` will not be able do any of the following:

0 commit comments

Comments
 (0)