The template path is: <pf_install>/pingfederate/server/default/conf/template/local.identity.registration.html. For help modifying templates, see 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.

For help with form validation JavaScript, see JavaScript Form Validation on w3schools.com.