Skip to content

Commit 5a19818

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

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
@@ -1015,7 +1015,7 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
10151015
** `0` is the first version and refers to the `SHA-256` cryptographic hash function with iterations `1`.
10161016
** `1` is the second version and refers to the `SHA-256` cryptographic hash function with iterations `1024`.
10171017
<5> Specifies whether the user must change their password at the next login.
1018-
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted, the default is `CHANGE REQUIRED`.
1018+
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.
10201020
<6> The default for `SET STATUS` is `ACTIVE`.
10211021
<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.

0 commit comments

Comments
 (0)