Skip to content

Commit 5943694

Browse files
committed
revert the set password change not required descriptions
1 parent cd8f489 commit 5943694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
790790
** `1` is the second version and refers to the `SHA-256` cryptographic hash function with iterations `1024`.
791791

792792
<3> Specifies whether the user must change their password at the next login.
793-
If omitted, the default is `CHANGE REQUIRED`.
793+
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted, the default is `CHANGE REQUIRED`.
794794
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.
795795

796796
<4> The default for `SET STATUS` is `ACTIVE`.
@@ -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 omitted, the default is `CHANGE REQUIRED`.
1018+
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted, 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)