Till Brehm
2014-08-14 1ed92e187ae2dfb51f5f2d62c290a85f93b6dc21
interface/web/admin/form/system_config.tform.php
@@ -62,7 +62,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'dbname_prefix_error_regex'),
         ),
         'default' => '',
@@ -74,7 +74,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'dbuser_prefix_error_regex'),
         ),
         'default' => '',
@@ -86,7 +86,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'ftpuser_prefix_error_regex'),
         ),
         'default' => '',
@@ -98,7 +98,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'shelluser_prefix_error_regex'),
         ),
         'default' => '',
@@ -110,7 +110,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'webdavuser_prefix_error_regex'),
         ),
         'default' => '',
@@ -449,7 +449,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
               'errmsg'=> 'customer_no_template_error_regex'),
         ),
         'default' => '',
@@ -487,6 +487,20 @@
         'default' => 'n',
         'value'  => array(0 => 'n', 1 => 'y')
      ),
      'min_password_length' => array(
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'default' => '5',
         'value'  => '',
         'width'  => '30',
         'maxlength' => '255'
      ),
      'min_password_strength' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'SELECT',
         'default' => '',
         'value'  => array('' => 'None', '1' => 'strength_1', '2' => 'strength_2', '3' => 'strength_3', '4' => 'strength_4', '5' => 'strength_5')
      )
      //#################################
      // ENDE Datatable fields
      //#################################