Specify the exact characters that should be repeated in the password, as-well as indicate the
number of times the character should repeat.
The input either needs to be a single string containing all characters wished to be repeated
(abcd). Or it can be formatted to define the amount each character should be repeated (b a:3
\::4);
- each set should be space separated,
- characters single characters and characters with a repeat of 1 will default to a repeat
of 2,
- to use literal characters prefix them with a "\" (forward-slash),
* Note: This feature is currently limited with the total of repeated characters that
can be requested in a password to the constraint of passwordLength - 2 (ie; a
password of length 8 would can only contain 6 repeating characters).
* Note: This feature will ignore any password modifiers already set when including
characters.