From 9e35724b103d860bd98d1797aa84de2b9339e061 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 4 Sep 2010 09:50:56 +0000 Subject: [PATCH] And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings --- includes/DefaultSettings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index aa7670933b..4823ee09af 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2730,6 +2730,11 @@ $wgPasswordSalt = true; */ $wgMinimalPasswordLength = 1; +/** + * Enabes or disables JavaScript-based suggestions of password strength + */ +$wgLivePasswordStrengthChecks = false; + /** * Maximum number of Unicode characters in signature */ @@ -5052,11 +5057,6 @@ $wgPoolCounterConf = null; */ $wgUploadMaintenance = false; -/** - * Enabes or disables JavaScript-based suggestions of password strength - */ -$wgLivePasswordStrengthChecks = false; - /** * The location of the MediaWiki package repository to use. * -- 2.20.1