Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
interface/web/sites/form/shell_user.tform.php
@@ -91,7 +91,7 @@
         'validators'   => array (    0 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'username_error_unique'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{0,64}$/',
                                          'regex' => '/^[\w\.\-]{0,32}$/',
                                          'errmsg'=> 'username_error_regex'),
                           ),
         'default'   => '',