Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion modules/ROOT/pages/user-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,10 @@ image::inviteusers.png[]

=== Edit users and roles

From the *Users* page, as and _Admin_, you can delete users or edit their roles using the [...] more menu by the user's name.
From the *Users* page, as and _Admin_, you can delete users or edit their roles using the [...] more menu by the user's name.

=== Generative AI (GenAI)

The GenAI plugin is enabled by default.
Access to execute GenAI procedures and functions is controlled at the DBMS level using role-based access control (RBAC).
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we say "DBMS" or "database level"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or "instance level"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, access CAN be controlled? Or does RBAC HAVE to be set up?

For more information about managing `EXECUTE` permissions, see the link:https://neo4j.com/docs/operations-manual/current/authentication-authorization/manage-execute-permissions/[Operations Manual → Manage execute permissions]
Loading