We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed694a commit 10e6ed5Copy full SHA for 10e6ed5
modules/ROOT/pages/authentication-authorization/manage-users.adoc
@@ -160,7 +160,7 @@ CREATE USER name [IF NOT EXISTS]
160
----
161
SET AUTH [PROVIDER] 'provider' "{"
162
{
163
- SET ID 'id' // a unique identifier of the user in an external system
+ SET ID 'id' # a unique identifier of the user in an external system
164
\| SET [PLAINTEXT \| ENCRYPTED] PASSWORD 'password' # only applicable to the 'native' provider
165
\| SET PASSWORD CHANGE [NOT] REQUIRED # only applicable to the 'native' provider
166
}
0 commit comments