PingOne

Registration form modifications

Configure your HTML Form Adapter to validate the registration form data before allowing users to continue to the identity verification process.

The template path is: <pf_install>/pingfederate/server/default/conf/template/local.identity.registration.html. Learn more about modifying templates in Customizable user-facing pages in the PingFederate documentation.

Name fields

Near the name fields, modify the template to tell users to "Enter the name as shown on your ID card". Users can only register with their verified name.

Field validation

If your datastore has length or character requirements for passwords, for example, add validation to the password field that checks against the same criteria.

You can add form validation by modifying the HTML Form Adapter registration template with custom JavaScript.

Learn more about form validation JavaScript in JavaScript Form Validation on w3schools.com.