Till Brehm
2014-07-27 b740e1ef903f8f868b029e8f1064f6cc283c2dfc
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'  => '',