File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
modules/ROOT/pages/authentication-authorization Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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+
111111Now, 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----
128114DROP ROLE restrictedAdmin
You can’t perform that action at this time.
0 commit comments