Password Policy

The password policy ensures that the DA administrator password is sufficiently secure.

Rules apply to the password policy:
You can override the values of password length by adding da.sec.passwdMinLength and da.sec.passwdMaxLength properties to the instance.cfg.
For example, to change the minimum and maximum password lengths to 8 and 20, add:
da.sec.passwdMinLength=8
da.sec.passwdMaxLength=20