Skip to content

Commit 65b1730

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

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,6 @@ GRANT IMMUTABLE MATCH {*} ON GRAPH * ELEMENTS * TO analyst
109109
. Ensure you have completed steps 4 and 5 from <<administer-immutable-roles-and-privileges>>.
110110
+
111111
Now, even users with `ROLE MANAGEMENT` and `PRIVILEGE MANAGEMENT` privileges will not be able do any of the following:
112-
+
113-
.Drop databases:
114-
[source, cypher, role=noplay]
115-
----
116-
DROP DATABASE foo
117-
----
118-
+
119-
.Remove the restrictedAdmin role from `alice`
120-
[source, cypher, role=noplay]
121-
----
122-
REVOKE ROLE restrictedAdmin FROM alice
123-
----
124-
+
125-
.Remove the `DROP DATABASE` privilege from the restrictedAdmin role
126112
[source, cypher, role=noplay]
127113
----
128114
DROP ROLE restrictedAdmin

0 commit comments

Comments
 (0)