Knowledge Blog

Disabling Active Directory Password Complexity requirement in Windows server

Although the password complexity requirement is useful to secure your users you may want to disable it some cases such as during testing or in dev environment. Here are the simple steps how you can do it. I am doing it in Windows Server 2012 however the steps similar in other windows servers too.

  1. Login to your Windows Server and open Server Manager.
  2. Click on Tools and Select Group Policy Management.
  3. Expand Forrest then Domains and select your Domain Controller
  4. Right click on the Default Domain Policy and click on the Edit from the context menu.
  1. Now Expand Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Account Policies -> Password Policy
  1. Double-click on the Passwords Must Meet Complexity Requirements option in the right pane.
  2. Select Disabled under define this policy setting:
  1. Click Apply then OK all the way out and close the Group Policy Management window.
  2. Test on your own.
  3. In case the policy doesn’t affect, you may need to refresh the policy. Type the following command: “gpupdate /force” in the CMD window, press ENTER and then test again.

Would you be interested in customizing your Web App/Access interface? Click Here >> to read more about our Custom Interface Solutions.

Scroll to Top