cfoe
2012-05-22 0ae667e6cfdd1bcc85bacf85cd93a84f99fa88f8
interface/web/admin/form/users.tform.php
@@ -87,7 +87,7 @@
while ($file = @readdir ($handle)) { 
    if ($file != '.' && $file != '..') {
        if(@is_dir(ISPC_WEB_PATH."/$file")) {
            if(is_file(ISPC_WEB_PATH."/$file/lib/module.conf.php") and $file != 'login') {
            if(is_file(ISPC_WEB_PATH."/$file/lib/module.conf.php") and $file != 'login' && $file != 'designer' && $file != 'mailuser') {
            $modules_list[$file] = $file;
         }
        }
@@ -142,7 +142,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'username_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-\_]{0,50}$/',
                                          'regex' => '/^[\w\.\-\_]{0,64}$/',
                                          'errmsg'=> 'username_err'),
                           ),
         'regex'      => '',
@@ -158,6 +158,7 @@
      'passwort' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
         'encryption'=> 'CRYPT',
         'regex'      => '',
         'errmsg'   => '',
         'default'   => '',