Constants in Automatic User Names 7
Primary tabs
- Automatic User Names 5
- Automatic User Names 6
- Automatic User Names 7(active tab)
- Automatic User Names 8
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
AUN_CASE_LEAVE_ASIS |
./ |
Case should be left as is in the generated username. | 1 | 1 |
AUN_CASE_LOWER |
./ |
Case should be lowercased in the generated username. | 1 | 1 |
AUN_PUNCTUATION_DO_NOTHING |
./ |
Leave the punctuation as it is in the username. | 1 | 1 |
AUN_PUNCTUATION_REMOVE |
./ |
Remove the punctuation from the username. | 3 | 1 |
AUN_PUNCTUATION_REPLACE |
./ |
Replace the punctuation with the separator in the username. | 2 | 1 |