Skip to content

Commit 6cde04e

Browse files
authored
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
1 parent a3cfb43 commit 6cde04e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ You can modify users with the `ALTER USER` command.
985985
The command allows you to change the user's password, status, home database, and auth provider settings.
986986
The `SET` and `REMOVE` clauses can be applied in any order.
987987
However, all `REMOVE` clauses must come before the first `SET` clause and at least one `SET` or `REMOVE` clause is required for the command.
988+
If any of the `SET` or `REMOVE` clauses are omitted, the corresponding settings will not be changed.
988989

989990
[source, syntax, role="noheader"]
990991
----

0 commit comments

Comments
 (0)