The maximum number of consecutive repeated characters allowed in a valid password. For example, if this option is set to 2, “cloudd” and “cclooud” are valid, but “clouddd”, “cloooud” and “cccloud” are invalid. This value also sets the maximum number of occurrences of repeated characters allowed in a valid password. For example, if this option is set to 2, “happy123” is valid, however, “happy22” and “happpy123” are not.
In this example, when “cclooudd” is an invalid password, the following error message is displayed: Password should not contain more than 2 occurrence(s) of the repeated characters. When “clouddd” is an invalid password, the following error message is displayed: Password should not contain more than 2 consecutive repeated characters.
Setting this value to zero has the same effect as leaving this field blank, allowing any number of repeated and consecutive characters.
To prevent the use of any consecutive repeated characters, set this value to 1. Setting the value to 1 does not prevent using a character more than once, as long as the characters are not consecutive. For example, with a value of 1, "kitkat" is valid but "kitten" is not.