Sergio Cambra
2014-07-04 d6e6528fffe519595a21134d0c91fc34763a4d91
interface/web/admin/form/remote_user.tform.php
@@ -101,6 +101,14 @@
      'remote_password' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'PASSWORD',
         'validators' => array(
            0 => array(
               'type' => 'CUSTOM',
               'class' => 'validate_password',
               'function' => 'password_check',
               'errmsg' => 'weak_password_txt'
            )
         ),
         'encryption' => 'MD5',
         'default' => '',
         'value'  => '',