Skip to content

Commit 4f52fc5

Browse files
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 4f56af7 commit 4f52fc5

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
@@ -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 the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted, the default is `CHANGE REQUIRED`.
793+
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted but a password is given, 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`.

0 commit comments

Comments
 (0)