Skip to content

Commit 10e6ed5

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

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
@@ -160,7 +160,7 @@ CREATE USER name [IF NOT EXISTS]
160160
----
161161
SET AUTH [PROVIDER] 'provider' "{"
162162
{
163-
SET ID 'id' // a unique identifier of the user in an external system
163+
SET ID 'id' # a unique identifier of the user in an external system
164164
\| SET [PLAINTEXT \| ENCRYPTED] PASSWORD 'password' # only applicable to the 'native' provider
165165
\| SET PASSWORD CHANGE [NOT] REQUIRED # only applicable to the 'native' provider
166166
}

0 commit comments

Comments
 (0)