Personal data identification types and confirmation type verifications
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Password Reset Application
Personal data verifications allow users to verify their identity by providing answers to
questions that are generated from personal information stored in the User table
[sys_user].
User experience
For an example of how a user might enroll for Personal data verification, see Enroll for the Password Reset program using questions and answers.
Personal data identification types
The Password Reset application provides the email and username identification types. You can use either type as provided or as a model to create a custom identification type.
| Name | Description |
|---|---|
| Email Identification | Identifies users by their email addresses. |
| Username Identification | Identifies users by their user names. |
Personal data confirmation verifications
- Personal data verification: If users are associated with a Password Reset process that uses a personal data verification, the users are typically not required to enroll for Password Reset.
- Personal data confirmation verifications allow employees with the password_reset_service_desk role to access personal data from the sys_user table when assisting a user with a password reset request.
- Set the label parameter (the text that the end user should see) to
Email (that is,
label=Email). - Set the column parameter (the column in the table that holds the
verification data) to email (that is,
column=email).
To use multiple pieces of personal information for user verification, create more personal data or personal data confirmation verifications and add the verifications to the related Password Reset process.
Personal data and personal data confirmation type verifications
| Parameter Name | Description |
|---|---|
| label | Text to display as a label for the field that the user fills in during the password
reset request. Data Type: string Default Value: n/a |
| column | Column of the sys_user table that provides the data that is used to verify the
identity of the user. Data Type: string Default Value: n/a |
Related Content
- Create a custom identification type for Password Reset
A custom identification type enables the user to enter alternative verification information such as an employee ID while resetting the password.