improve Questtype ?submit? and store additional data for Character answers

This commit is contained in:
coderkun 2014-04-23 15:08:53 +02:00
commit 95837803a1
14 changed files with 302 additions and 38 deletions

View file

@ -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(