Skip to content

Commit 98b573f

Browse files
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent a3fa746 commit 98b573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/authentication-authorization/manage-users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ WHERE provider = 'oidc1'
751751
You can create users using one of the following Cypher commands, depending on whether you want to create a new user or replace an existing one.
752752
In both cases, you can specify the user's password, whether they must change it at the next login, their status, home database, and auth provider settings.
753753
The `SET` clauses can be applied in any order.
754-
It is mandatory to specify a `SET PASSWORD` or a `SET AUTH` clause or both because users must have at least one auth provider.
754+
It is mandatory to specify a `SET PASSWORD` and/or at least one `SET AUTH` clause because users must have at least one auth provider.
755755
`SET AUTH` is available from Neo4j 5.24 onwards.
756756

757757
.`CREATE USER` syntax

0 commit comments

Comments
 (0)