diff --git a/modules/ROOT/pages/authentication-authorization/database-administration.adoc b/modules/ROOT/pages/authentication-authorization/database-administration.adoc index 62888c9ab..b90723fd5 100644 --- a/modules/ROOT/pages/authentication-authorization/database-administration.adoc +++ b/modules/ROOT/pages/authentication-authorization/database-administration.adoc @@ -179,7 +179,7 @@ Use `REVOKE` if you want to remove a privilege. ==== Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will lead to notifications. -Some of these notifications may be replaced with errors in a future major version of Neo4j. +In Cypher 25, notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors. See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes for Errors & Notifications -> Server notifications] for details on notifications. The hierarchy between the different database privileges is shown in the image below. diff --git a/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc b/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc index 824577cab..ebfd8370f 100644 --- a/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc +++ b/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc @@ -187,7 +187,7 @@ Use `REVOKE` if you want to remove a privilege. ==== Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will result in notifications. -Some of these notifications may be replaced with errors in a future major version of Neo4j. +In Cypher 25, notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors. See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications. The general `GRANT` and `DENY` syntaxes are illustrated in the following image: diff --git a/modules/ROOT/pages/authentication-authorization/manage-roles.adoc b/modules/ROOT/pages/authentication-authorization/manage-roles.adoc index ba8e170b5..0be1fe591 100644 --- a/modules/ROOT/pages/authentication-authorization/manage-roles.adoc +++ b/modules/ROOT/pages/authentication-authorization/manage-roles.adoc @@ -814,7 +814,7 @@ REVOKE ROLES role1, role2 FROM user1, user2, user3 ---- Common errors, such as misspellings or attempts to revoke roles from users who have not been granted those roles, will lead to notifications. -Some of these notifications may be replaced with errors in a future major version of Neo4j. +In Cypher 25, notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors. See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications. [[access-control-drop-roles]]