Disable Password Policy for Specific Hosted Organization instead disabling globally for all Organization.
Hello,
You can disable per organization (assuming you have it allowed in hosting plan)
Each organization can have it's own password policy by going to Hosted Organizations --> Password Policy in someones hosting space.
Regards,
Marco
I am using Github Passcore Password reset Solution. If I create the User Directly in AD under same OU which is created from SolidCP I can reset the password multiple times. I have set GPO to Minimum Password age as 0.
If I create the User from CP same functionality works fine. But if make any changes to Password Policy in Hosted organization then it stops working.
If I check the AD Group Policy Management no policy is set on OU or User or Domain level then how the CP is setting up the Password Policy and how can we just use default AD Policy instead CP
Hello,
The password policy is achually managed through an AD Fine Grained Password Policy.
You can find more information about it here: https://technet.microsoft.com/es-es/library/hh852306(v=wps.620).aspx
To be able to see all policys set on a AD you can use the following powershell command: Get-ADFineGrainedPasswordPolicy -filter *
To remove the policy for an OU you will need to use the command Remove-ADFineGrainedPasswordPolicy as detailed at https://technet.microsoft.com/es-es/library/hh852188(v=wps.620).aspx
Thanks,
Trevor Robinson
Thanks Trevor Robinson it helped.