Change Password Length

Guys. 

I need to change the default password 8 to 12 characters by default. The Powershell script say to change the values in the policy. As you can see from the screenshot the edit button is always grayed out. 

Any suggestions? 

Parents
  • Most builtin objects in Active Roles cannot be modified, by design. You usually need to copy it and modify the copy.

    Solution Title: HOW TO: Modify the generated password length or complexity
    Solution Number: 4336506
    Solution URL: https://support.oneidentity.com/kb/4336506

    With this specific policy, there is a defect associated with copying the policy. Instead, create a new policy and add the same builtin script module using the above instructions. You will then be able to modify the policy parameters.

    Be sure to set the scope properly on the new policy and to remove or disable the scope on the builtin policy.

Reply
  • Most builtin objects in Active Roles cannot be modified, by design. You usually need to copy it and modify the copy.

    Solution Title: HOW TO: Modify the generated password length or complexity
    Solution Number: 4336506
    Solution URL: https://support.oneidentity.com/kb/4336506

    With this specific policy, there is a defect associated with copying the policy. Instead, create a new policy and add the same builtin script module using the above instructions. You will then be able to modify the policy parameters.

    Be sure to set the scope properly on the new policy and to remove or disable the scope on the builtin policy.

Children