keycloak-scim/topics/users/credentials.adoc

29 lines
1.6 KiB
Text
Raw Normal View History

2016-05-14 14:48:22 +00:00
== User Credentials
When viewing a user if you go to the `Credentials` tab you can manage a user's credentials.
.Credential Management
image:../../{{book.images}}/user-credentials.png[]
=== Changing Passwords
To change a user's password, type in a new one. A `Reset Password` button will show up that you click after you've typed everything in.
If the `Temporary` switch is on, this new password can only be used once and the user will be asked to change their password after they have
logged in.
Alternatively, if you have <<fake/../../realms/email.adoc#_email, email>> set up, you can send an email to the user that asks
them to reset their password. Choose `Update Password` from the `Reset Actions` list box and click the `Reset Actions Email`.
The sent email contains a link that will bring the user to the update password screen.
=== Changing OTPs
You cannot configure One-Time Passwords for a specific user within the Admin Console. This is the responsibility of the user.
If the user has lost their OTP generator all you can do is disable OTP for them on the `Credentials` tab.
If OTP is optional in your realm, the user will have to go to the User Account Management service to re-configure a new
OTP generator. If OTP is required, then the user will be asked to re-configure a new OTP generator when they log in.
Like passwords, you can alternatively send an email to the user that will ask them to reset their OTP generator. Choose
2016-06-06 13:00:18 +00:00
`Configure OTP` in the `Reset Actions` list box and click the `Send Email` button. The sent email
2016-05-14 14:48:22 +00:00
contains a link that will bring the user to the OTP setup screen.