Marius Cramer
2015-01-13 06339e0c8ac8fdbbf5d2784df8019704da9bd6eb
interface/web/sites/form/web_folder_user.tform.php
@@ -98,6 +98,14 @@
      'password' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'PASSWORD',
         'validators' => array(
            0 => array(
               'type' => 'CUSTOM',
               'class' => 'validate_password',
               'function' => 'password_check',
               'errmsg' => 'weak_password_txt'
            )
         ),
         'encryption' => 'CRYPT',
         'default' => '',
         'value'  => '',