Rescue9
2014-10-09 f2d9d064e086a5ca2dd4447ca2dcff863db68171
interface/web/admin/form/users.tform.php
@@ -164,6 +164,14 @@
      'passwort' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'PASSWORD',
         'validators' => array(
            0 => array(
               'type' => 'CUSTOM',
               'class' => 'validate_password',
               'function' => 'password_check',
               'errmsg' => 'weak_password_txt'
            )
         ),
         'encryption'    => 'CRYPT',
         'regex'  => '',
         'errmsg' => '',