---
title: Password credential validator configuration reference
description: Learn more about the fields available for password credential validator configuration.
component: pingone
page_id: pingone:pingone_integration_kit:pf_p1_ik_pcv_config_fields
canonical_url: https://docs.pingidentity.com/integrations/pingone/pingone_integration_kit/pf_p1_ik_pcv_config_fields.html
revdate: June 18, 2024
---

# Password credential validator configuration reference

Learn more about the fields available for password credential validator configuration.

| Field                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Case-Sensitive Matching**               | Allows case-sensitive expression and LDAP error matching.                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Display Name Attribute**                | Indicates the display name to use for personalizing messages in password reset, account unlock, and username recovery flows. The default value is:```
name.formatted
```                                                                                                                                                                                                                                                                                                                             |
| **PingID Username Attribute**             | Indicates the username to use for PingID-based password reset flow. The default value is:```
username
```                                                                                                                                                                                                                                                                                                                                                                                            |
| **Username Attribute**                    | Indicates the username to use in account recovery flow. The default value is:```
username
```                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Mail Verified Attribute**               | Indicates whether the user's email address is verified. This attribute is used in password reset, account unlock, and username recovery flows.Acceptable values are `true` or `false`. The default value is:```
true
```                                                                                                                                                                                                                                                                             |
| **SMS Attribute**                         | Indicates the phone number to use for SMS password reset flow. The default value is:```
mobilePhone
```                                                                                                                                                                                                                                                                                                                                                                                              |
| **Enable User Group Info Retrieval**      | If selected, the adapter makes a request to retrieve user group info during credential authentication. It populates the `memberOfGroupIDs` and `memberofGroupNames` core contract attributes with the retrieved values.This checkbox is selected by default.                                                                                                                                                                                                                                         |
| **Enable Device Info Retrieval**          | If selected, the adapter makes a request to retrieve device info during credential authentication. It populates the `devices.phone` and `devices.email` core contract attributes with the retrieved values.This checkbox is selected by default.                                                                                                                                                                                                                                                     |
| **Enable Password Expiry Info Retrieval** | If selected, the adapter makes a request to the password policy endpoints to retrieve expiration information during credential authentication. It populates the `passwordExpiryTime` core contract attribute with the retrieved values.This checkbox is selected by default.&#xA;&#xA;If selected, this configuration will prompt the HTML form adapter to show a password expiration warning as described by the Show Password Expiring Warning field in Configuring an HTML Form Adapter instance. |
