Password Require Strong

Hello,

What will happen to users current logins if I change PW_REQUIRE_STRONG from No to Yes. I hope they will just be asked to update them the next time they login. 

Thanks in advance

Kelly



[edited by: Kelly Enderwick at 7:58 AM (GMT -6) on 1 Apr 2014]
Parents
  • Former Member
    Former Member $organization

    The PW_REQUIRE_STRONG setting enforces the following rules when setting a new password:

    1. The password includes at least one upper and lower-case character;
    2. The password includes at least one numeric character;
    3. The password inlcudes at least one "special", or symbol, character (with a few exceptions;

    These rules were based on those enforced by Windows Server when it is set to enforce a strong password policy.

    Hope this helps!

Reply
  • Former Member
    Former Member $organization

    The PW_REQUIRE_STRONG setting enforces the following rules when setting a new password:

    1. The password includes at least one upper and lower-case character;
    2. The password includes at least one numeric character;
    3. The password inlcudes at least one "special", or symbol, character (with a few exceptions;

    These rules were based on those enforced by Windows Server when it is set to enforce a strong password policy.

    Hope this helps!

Children