Rescue9
2014-10-09 f2d9d064e086a5ca2dd4447ca2dcff863db68171
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'
);
?>