System Administration > Lifecycle Management > Nodes > User Management > Authentication Policy
N < 0, to set minimum credit for having lower case character in the new password, i.e. this is the minimum number of lower case character that must be met for a new password.
N > 0, to set maximum credit for having lower case character in the new password, i.e. per occurrence of lower case character in password will attribute additional credit of +1 towards meeting the current minimum password length value upto N lower case characters.
N = 0, to disable the policy check.
Default: -1, Minimum: -128, Maximum: 128N < 0, to set minimum credit for having upper case character in the new password, i.e. this is the minimum number of lower case characters that must be met for a new password.
N > 0, to set maximum credit for having upper case characters in the new password, i.e. per occurrence of upper case character in password will attribute additional credit of +1 towards meeting the current minimum password length value upto N upper case characters.
N = 0, to disable the policy check.
Default: -1, Minimum: -128, Maximum: 128N < 0, to set minimum credit for having digits in the new password, i.e. this is the minimum number of digits that must be met for a new password.
N > 0, to set maximum credit for having digits in the new password, i.e. per occurrence of digit in password will attribute additional credit of +1 towards meeting the current minimum password length value upto N digits.
N = 0, to disable the policy check.
Default: -1, Minimum: -128, Maximum: 128N < 0, to set minimum credit for having special characters in the new password, i.e. this is the minimum number of special characters that must be met for a new password.
N > 0, to set maximum credit for having special characters in the new password, i.e. per occurrence of special case character in password will attribute additional credit of +1 towards meeting the current minimum password length value upto N special case characters..
N = 0, to disable the policy check.
Default: -1, Minimum: -128, Maximum: 128Few valid passwords with respect to configured example complexity requirements:
whereas following passwords will be invalid:
Note, passwords less than 8 characters are never allowed.