Marius Cramer
2014-07-29 9664e7feeee56237c3b65ff2da79c2e82420b60c
interface/web/sites/form/ftp_user.tform.php
@@ -110,6 +110,14 @@
      ),
      'password' => array (
         'datatype' => 'VARCHAR',
         'validators' => array(
            0 => array(
               'type' => 'CUSTOM',
               'class' => 'validate_password',
               'function' => 'password_check',
               'errmsg' => 'weak_password_txt'
            )
         ),
         'formtype' => 'PASSWORD',
         'encryption' => 'CRYPT',
         'default' => '',
@@ -265,6 +273,10 @@
}
$form['tabs']['advanced']['fields']['expires'] = array(
   'datatype' => 'DATETIME',
   'formtype' => 'DATETIME'
);
?>