allow multiple prenames (spaces) for user registration
This commit is contained in:
parent
0b206bedf0
commit
8483e27ade
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
'prename' => array(
|
||||
'minlength' => 2,
|
||||
'maxlength' => 32,
|
||||
'regex' => '/^\S*$/'
|
||||
'regex' => '/^(\S| )*$/'
|
||||
),
|
||||
'surname' => array(
|
||||
'minlength' => 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue