Specify the Custom Password Policy Extension in the customer_overrides.property file

To plug in the custom implementation, the Java class name needs to be specified in the passwordPolicyExtensionImpl property in the customer_overrides.properties file.

To specify the Java class implementing the password policy extension:

  1. Navigate to the installation directory.
  2. Navigate to the properties directory.
  3. Edit the customer_overrides.properties file.
  4. Add the passwordPolicyExtensionImpl property at the end of the file and enter the name of the Java class implementing the extended validation of passwords.
    For example, security.passwordPolicyExtensionImpl=test.policy.extension.PwdPolExtnImpl.
  5. Save and close the file.