keycloak-scim/getting_started/topics/first-realm/user.adoc
Matthew Helmke fc2baa8d51 KEYCLOAK-7127 second set of changes from Getting Started review (#378)
* KEYCLOAK-7127 second set of changes from Getting Started review

* cleaned up further and removed unnecessary graphics
2018-06-07 09:05:44 +02:00

20 lines
891 B
Text

[[_create-new-user]]
=== Creating a New User
To create a new user in the `demo` realm, along with a temporary password for that new user, complete the following steps:
. From the menu, click *Users* to open the user list page.
. On the right side of the empty user list, click *Add User* to open the add user page.
. Enter a name in the `Username` field; this is the only required field. Click *Save* to save the data and open the management page for the new user.
. Click the *Credentials* tab to set a temporary password for the new user.
. Type a new password and confirm it. Click *Reset Password* to set the user password to the new one you specified.
NOTE: This password is temporary and the user will be required to change it after the first login. To create a password that is persistent, flip the *Temporary* switch from *On* to *Off* before clicking *Reset Password*.