Till Brehm
2014-08-01 e98a15838d8aed330ac7b1bb373b54524ea2a269
interface/web/sites/form/ftp_user.tform.php
@@ -166,6 +166,13 @@
            'formtype'  => 'TEXT',
            'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
                  'errmsg'=> 'uid_error_empty'),
                  1 => array(
                     'type' => 'CUSTOM',
                     'class' => 'validate_systemuser',
                     'function' => 'check_sysuser',
                     'check_names' => true,
                     'errmsg' => 'invalid_system_user_or_group_txt'
                  ),
            ),
            'default'   => '0',
            'value'     => '',
@@ -177,6 +184,13 @@
            'formtype'  => 'TEXT',
            'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
                  'errmsg'=> 'gid_error_empty'),
                  1 => array(
                     'type' => 'CUSTOM',
                     'class' => 'validate_systemuser',
                     'function' => 'check_sysgroup',
                     'check_names' => true,
                     'errmsg' => 'invalid_system_user_or_group_txt'
                  ),
            ),
            'default'   => '0',
            'value'     => '',