This topic is locked

Password Restriction

7/3/2014 10:07:57 PM
PHPRunner General questions
P
phpcmk author

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.

  1. On every 30 days, prompt user to change password.
  2. User will not able to change to previous password.
  3. User cannot enter repeat character. (Eg. AAB -> not allow, ABA -> allow)