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

33 lines
1.1 KiB
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 as well as a temporary password for that account, complete the following steps:
2016-05-05 20:10:58 +00:00
. In the left menu bar click *Users*. The user list page opens.
+
2016-05-05 20:10:58 +00:00
.Users
image:../../{{book.images}}/users.png[]
. On the right side of the empty user list, click *Add User*.
2016-05-05 20:10:58 +00:00
+
2016-05-05 20:10:58 +00:00
.Add User
image:../../{{book.images}}/add-user.png[]
. The only required field is `Username`. When you are finished, click *Save*. The management page for your new user opens.
2016-05-05 20:10:58 +00:00
. The next step is to define a temporary password for your new user. Click the *Credentials* tab.
+
2016-05-05 20:10:58 +00:00
.Set Temporary Password
image:../../{{book.images}}/credentials.png[]
. Type a new password and confirm it. A red *Reset Password* button is displayed.
. Click *Reset Password* to reset the user password to the new one you specified.
NOTE: This password is temporary and the user will be required to change it after first login. You can make it permanent
by flipping the *Temporary* switch from *On* to *Off* before clicking *Reset Password*.
2016-05-05 20:10:58 +00:00