Name |
Description |
AppendUsername |
AppendUsername will append the specified value to the username. |
ListOfRules |
|
MatchRegex |
MatchRegex will match against a regular expression. |
PrependUsername |
PrependUsername will prepend the specified value to the username. |
RegexReplaceUsername |
RegexReplaceUsername will take a regex pattern and replace all matches with a specified string. |
ReplaceUsername |
ReplaceUsername will replace the specified characters with a specified string. |
TruncateUsername |
TruncateUsername will truncate the username to the specified number of characters if it is over. |