Generate random usernames and passwords for Basic Authentication.
Key | Description |
---|---|
username | The generated username |
password | The generated password |
username
ConfigurationField | Default | Description |
---|---|---|
length | 8 | Length of each word in the username. |
prefix | "" | Optional prefix added to the beginning of the username. |
sufix | "" | Optional suffix added to the end of the username. |
wordCount | 1 | Number of words in the username. |
separator | "_" | Character used to separate words. |
includeNumbers | false | Whether to add 4 random digits at the end of the username after the suffix. |
password
ConfigurationincludeNumbers
appends 4 digits after the suffix and is useful for ensuring uniqueness.