Resources | system | admin | passwordRulesForAdmin

passwordRulesForAdmin

The rules implementing user password policy for Administrator users.

Configuration

ParameterPresenceTypeDefaultDescription
stateOenumerationdisabled This enables/disables the different password rules for Administrator users.
minimumLengthOuint328 Minimum number of characters that should be present in the password.
minimumNumberOfUppercaseCharsOuint321 Minimum number of upper case characters that should be present in the password.
minimumNumberOfLowercaseCharsOuint321 Minimum number of lower case characters that should be present in the password.
minimumNumberOfDigitsOuint321 Minimum number of digits that should be present in the password.
minimumNumberOfOtherCharsOuint321 Minimum number of non-alpha-numeric characters that should be present in the password.
passwordHistoryDepthOuint324 The number of latest passwords that should be prevented from re-use.
maximumRepeatingCharsCountOuint323 Maximum number of consecutive repeatation for any character in the password.
minimumDiffWithOldPasswordOuint324 The minimum difference between the new and old password.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/passwordRulesForAdmin

  • No labels