diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 5087b0d2d..8d3ca7275 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -6,8 +6,7 @@ // See README file for list of supported driver names. $config['password_driver'] = 'sql'; -// A driver to use for checking password strength. Default: null. -// Set password_check_strength to true to enable +// A driver to use for checking password strength. Default: null (disabled). // See README file for list of supported driver names. $config['password_strength_driver'] = null;