AUN_CASE_LEAVE_ASIS |
src/Form/AutoUsernameSettingsForm.php |
Case should be left as is in the generated username. |
|
2 |
AUN_CASE_LOWER |
src/Form/AutoUsernameSettingsForm.php |
Case should be lowercased in the generated username. |
1 |
1 |
AUN_PUNCTUATION_DO_NOTHING |
src/Form/AutoUsernameSettingsForm.php |
Leave the punctuation as it is in the username. |
1 |
1 |
AUN_PUNCTUATION_REMOVE |
src/Form/AutoUsernameSettingsForm.php |
Remove the punctuation from the username. |
3 |
1 |
AUN_PUNCTUATION_REPLACE |
src/Form/AutoUsernameSettingsForm.php |
Replace the punctuation with the separator in the username. |
2 |
1 |