tbrehm
2009-07-09 95188035dd5d37294781aa064f37fef278147524
interface/web/sites/form/shell_user.tform.php
@@ -83,12 +83,10 @@
      'username' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'username_error_empty'),
                              1 => array (   'type'   => 'UNIQUE',
         'validators'   => array (    0 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'username_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{1,64}$/',
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{0,64}$/',
                                          'errmsg'=> 'username_error_regex'),
                           ),
         'default'   => '',