Enabling password security in Business Process Server
By default the password security feature is disabled in Business Process Server. To enable this feature, you need to set the parameter bpmportal.ps.enable to true in bpmportal.conf.
The following parameters in bpmportal.conf specify the values for the classes implementing the IPasswordSecurityData and IPasswordSecurityService interfaces.
You can implement the custom handler in the following ways:
Directly implementing the interfaces
Extending the default handlers
Once you implement the custom handler, the property values in bpmportal.conf should be updated with the customized class name. By default, these properties contain the default handler names.
Important: Restart Portal server after you change these properties.