Marius Cramer
2014-03-10 7b938845cf265114c6cb2b02228ff9d10b676016
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' => '',