mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Allow dots in usernames
This commit is contained in:
parent
fa848c376f
commit
207ebbb27f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ user:
|
||||||
help: The unique username to create
|
help: The unique username to create
|
||||||
extra:
|
extra:
|
||||||
pattern: &pattern_username
|
pattern: &pattern_username
|
||||||
- !!str ^[a-z0-9_]+$
|
- !!str ^[a-z0-9_\.]+$
|
||||||
- "pattern_username"
|
- "pattern_username"
|
||||||
-F:
|
-F:
|
||||||
full: --fullname
|
full: --fullname
|
||||||
|
|
Loading…
Add table
Reference in a new issue