improve Questtype ?submit? and store additional data for Character answers
This commit is contained in:
parent
9cdd0cf8e3
commit
95837803a1
14 changed files with 302 additions and 38 deletions
|
|
@ -117,12 +117,12 @@
|
|||
),
|
||||
'prename' => array(
|
||||
'minlength' => 2,
|
||||
'maxlength' => 128,
|
||||
'maxlength' => 32,
|
||||
'regex' => '/^\S*$/'
|
||||
),
|
||||
'surname' => array(
|
||||
'minlength' => 2,
|
||||
'maxlength' => 128,
|
||||
'maxlength' => 32,
|
||||
'regex' => '/^\S*$/'
|
||||
),
|
||||
'password' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue