2020-11-05 17:31:15 +00:00
// Module included in the following assemblies:
//
// server_admin/topics/users.adoc
2020-10-22 21:58:55 +00:00
[id="ref-user-credentials_{context}"]
2022-07-26 15:50:24 +00:00
= Defining user credentials
2016-05-14 14:48:22 +00:00
2020-10-22 21:58:55 +00:00
You can manage credentials of a user in the *Credentials* tab.
2016-05-14 14:48:22 +00:00
2021-06-17 14:39:30 +00:00
.Credential management
2022-07-26 15:50:24 +00:00
image:{project_images}/user-credentials.png[user credentials]
2016-05-14 14:48:22 +00:00
2022-07-26 15:50:24 +00:00
ifeval::[{project_community}==true]
You change the priority of credentials by dragging and dropping rows. The new order determines the priority of the credentials for that user.
endif::[]
ifeval::[{project_product}==true]
2020-10-30 20:24:05 +00:00
This tab includes the following fields:
2019-11-12 16:32:33 +00:00
Position::
2022-07-26 15:50:24 +00:00
The arrow buttons in the *Position* column allow you to shift the priority of the credential for the user.
endif::[]
The topmost credential has the highest priority. The priority determines which credential is displayed first after a user logs in.
2020-10-22 21:58:55 +00:00
2019-11-12 16:32:33 +00:00
Type::
2020-11-05 17:31:15 +00:00
This column displays the type of credential, for example *password* or *OTP*.
2020-10-22 21:58:55 +00:00
2019-11-12 16:32:33 +00:00
User Label::
2020-10-22 21:58:55 +00:00
This is an assignable label to recognize the credential when presented as a selection option during login. It can be set to any value to describe the
2019-11-12 16:32:33 +00:00
credential.
2020-10-22 21:58:55 +00:00
2019-11-12 16:32:33 +00:00
Data::
2020-10-22 21:58:55 +00:00
This is the non-confidential technical information about the credential. It is hidden, by default. You can click *Show data...* to display the data for a
2019-11-12 16:32:33 +00:00
credential.
2020-10-22 21:58:55 +00:00
Actions::
2022-07-26 15:50:24 +00:00
ifeval::[{project_community}==true]
Click *Reset password* to change the passord for the user and *Delete* to remove the credential.
endif::[]
ifeval::[{project_product}==true]
2020-10-22 21:58:55 +00:00
This column has two actions. Click *Save* to record the value or the user field. Click *Delete* to remove the credential.
2022-07-26 15:50:24 +00:00
endif::[]
2019-11-12 16:32:33 +00:00
2022-07-26 15:50:24 +00:00
You cannot configure other types of credentials for a specific user in the Admin Console; that task is the user's responsibility.
2016-05-14 14:48:22 +00:00
2021-05-24 22:01:22 +00:00
You can delete the credentials of a user in the event a user loses an OTP device or if credentials have been compromised. You can only delete credentials of a user in the *Credentials* tab.