Skip to content

Commit ff5bcd3

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
10201020
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`.
10211021
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.
10221022
<6> Specifies the user's status.
1023-
The default is `ACTIVE`.
10241023
<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.
10251024

10261025
<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)