From 0467670533b67ff73faa430d5c4e758a5d128f69 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 12 Nov 2019 19:09:43 +0100 Subject: [PATCH] Fix misleading comment --- plugins/password/config.inc.php.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;