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