Skip to content
Merged
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
6 changes: 3 additions & 3 deletions modules/ROOT/pages/access-control/manage-roles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ The roles assigned to each user can be seen on the list provided by `SHOW USERS`

[source, cypher, role=noplay]
----
SHOW ROLES
SHOW USERS
----

.Result
Expand Down Expand Up @@ -658,7 +658,7 @@ GRANT ROLES role1, role2 TO user1, user2, user3

[source, cypher, role=noplay]
----
SHOW ROLES
SHOW USERS
----

.Result
Expand Down Expand Up @@ -718,7 +718,7 @@ The roles revoked from users can no longer be seen on the list provided by `SHOW

[source, cypher, role=noplay]
----
SHOW ROLES
SHOW USERS
----

.Result
Expand Down