Skip to content

Commit 9ddb616

Browse files
authored
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
1 parent 5a19818 commit 9ddb616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,8 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
10171017
<5> Specifies whether the user must change their password at the next login.
10181018
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted when adding native auth to a user (either by first removing pre-existing native auth or if the user does not have native auth to start with), the default is `CHANGE REQUIRED`.
10191019
The `SET PASSWORD` prefix of the `CHANGE [NOT] REQUIRED` clause is only optional if it directly follows the `SET PASSWORD 'password'` clause and is not part of a `SET AUTH` clause.
1020-
<6> The default for `SET STATUS` is `ACTIVE`.
1020+
<6> Specifies the user's status.
1021+
The default is `ACTIVE`.
10211022
<7> Specifies a home database for a user. A home database is resolved if it is pointing to a database or a database alias. If no home database is set, the DBMS default database is used as the home database for that user.
10221023

10231024
<8> label:new[Introduced in 5.24] One or more `SET AUTH` clauses can be used to set xref:authentication-authorization/auth-providers.adoc[auth providers], which define authentication / authorization providers for that user.

0 commit comments

Comments
 (0)