Hi,
I am using PHPRunner and there is this Password validation option under the security tab which consist:
- Minimum password length
- Unique characters
- Digits and symbols
- Letters in upper and lower case
Can someone kindly advise how can I set the following criteria? Thanks.
- On every 30 days, prompt user to change password.
- User will not able to change to previous password.
- User cannot enter repeat character. (Eg. AAB -> not allow, ABA -> allow)