Marius Burkard
2016-03-02 01c6f9032792898c22b718f100ec88e4d8155ecf
interface/web/tools/form/user_settings.tform.php
@@ -104,6 +104,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' => '',