mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
users: Allow digits in user fullname
This commit is contained in:
parent
6520d82e4d
commit
024db62a1d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ user:
|
|||
ask: ask_fullname
|
||||
required: False
|
||||
pattern: &pattern_fullname
|
||||
- !!str ^([^\W\d_]{1,30}[ ,.'-]{0,3})+$
|
||||
- !!str ^([^\W_]{1,30}[ ,.'-]{0,3})+$
|
||||
- "pattern_fullname"
|
||||
-f:
|
||||
full: --firstname
|
||||
|
|
Loading…
Add table
Reference in a new issue