keycloak-scim/getting_started/topics/first-realm/user.adoc

21 lines
914 B
Text
Raw Normal View History

2016-05-11 20:06:41 +00:00
[[_create-new-user]]
2016-05-05 20:10:58 +00:00
=== Creating a New User
2016-05-05 20:10:58 +00:00
To create a new user in the `demo` realm, along with a temporary password for that new user, complete the following steps:
2016-05-05 20:10:58 +00:00
. From the menu, click *Users* to open the user list page.
2016-05-05 20:10:58 +00:00
. On the right side of the empty user list, click *Add User* to open the add user page.
2016-05-05 20:10:58 +00:00
. Enter a name in the `Username` field; this is the only required field. Flip the *Email Verified* switch from *Off* to *On* and click *Save* to save the data and open the management page for the new user.
2016-05-05 20:10:58 +00:00
. Click the *Credentials* tab to set a temporary password for the new user.
2016-05-05 20:10:58 +00:00
. Type a new password and confirm it. Click *Set Password* to set the user password.
2016-05-05 20:10:58 +00:00
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 *Set Password*.
2016-05-05 20:10:58 +00:00