Allow dots in usernames

This commit is contained in:
Alexandre Aubin 2023-12-09 17:20:41 +01:00
parent fa848c376f
commit 207ebbb27f

View file

@ -63,7 +63,7 @@ user:
help: The unique username to create
extra:
pattern: &pattern_username
- !!str ^[a-z0-9_]+$
- !!str ^[a-z0-9_\.]+$
- "pattern_username"
-F:
full: --fullname