Skip to content

Commit f6e53ff

Browse files
committed
Update keycloak adduser commend
1 parent fe3de8d commit f6e53ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-tos/configure-keycloak-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you [changed the initial root password for Keycloak](#change-keycloak-root-pa
121121
To make adding users easier for new Nebari deployments, we've created a CLI command to help you.
122122

123123
```shell
124-
nebari keycloak -c nebari-config.yaml adduser <username> <password>
124+
nebari keycloak adduser -c nebari-config.yaml --user <username> <password>
125125
```
126126

127127
This will create a new user `<username>` under the `analyst` group, with the initial password provided. Omit the password completely if you are using GitHub or Auth0. It will also add a placeholder email (i.e. `username@your-domain`) to the **Email** field.

0 commit comments

Comments
 (0)