Skip to content

Commit a3cfb43

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

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
@@ -793,7 +793,8 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
793793
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

796-
<4> The default for `SET STATUS` is `ACTIVE`.
796+
<4> Specifies the user's status.
797+
If not set, the default is `ACTIVE`.
797798

798799
<5> Specifies a home database for a user.
799800
A home database is resolved if it is pointing to a database or a database alias.

0 commit comments

Comments
 (0)