How to enable the Password Policy in HRPro.config
To enable the Password Policy for HRPro login, you can define the Password Policy in System Manager Setup or HRPro.config.
1. To define Password Policy in HRPro.config, added a Line something like
<add key="PasswordPolicy" value="8LUDS" />
to HRPro.config
where
8 is the minimum password length
L is password must contain lower case character
U is password must contain upper case character
D is password must contain digit
S is password must contain symbol
The password policy go into effect when the HRPro user change it password, create a new user or edit an existing user.
These settings will override the Password Policy settings in System Manager Setup.
See also
Password Policy panel in Employee Portal Setup, General Tab