KEYCLOAK-16069 minor changes

This commit is contained in:
Andy Munro 2020-11-05 17:40:20 -05:00 committed by Marek Posolda
parent f0c68e15b8
commit f458928e1f

View file

@ -15,10 +15,15 @@ You create users in the realm where you intend to have applications needed by th
. In the admin console, click *Users* in the left menu. . In the admin console, click *Users* in the left menu.
. Click *Add User* on the right side of the empty user list. . Click *Add User* on the right side of the empty user list.
. Enter the details for the new user. . Enter the details for the new user.
ifdef::standalone[]
+ +
NOTE: *Username* is the only required field. NOTE: *Username* is the only required field.
+ +
. Click *Save*. After saving the details, the *Management* page for the new user is displayed. . Click *Save*. After saving the details, the *Management* page for the new user is displayed.
endif::[]
ifdef::api-management[]
. Set *Email Verified* to *ON*. . Set *Email Verified* to *ON*.
. Click *Save*. . Click *Save*.
. In the *Credentials* tab, set the password in both fields. . In the *Credentials* tab, set the password in both fields.
@ -26,3 +31,4 @@ NOTE: *Username* is the only required field.
.. Click *Reset Password*. .. Click *Reset Password*.
.. Click *Change Password*. .. Click *Change Password*.
.. Click *Save*. .. Click *Save*.
endif::[]