mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Allow - between two name
This commit is contained in:
parent
428a29936f
commit
5566c404ff
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ user:
|
||||||
ask: ask_lastname
|
ask: ask_lastname
|
||||||
required: True
|
required: True
|
||||||
pattern: &pattern_lastname
|
pattern: &pattern_lastname
|
||||||
- !!str ^([^\W\d_]{2,30}[ ,.']{0,3})+$
|
- !!str ^([^\W\d_]{2,30}[ ,.'-]{0,3})+$
|
||||||
- "pattern_lastname"
|
- "pattern_lastname"
|
||||||
-m:
|
-m:
|
||||||
full: --mail
|
full: --mail
|
||||||
|
|
Loading…
Add table
Reference in a new issue