From: Alexandre Emsenhuber Date: Sat, 4 Sep 2010 09:50:56 +0000 (+0000) Subject: And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings X-Git-Tag: 1.31.0-rc.0~35164 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=9e35724b103d860bd98d1797aa84de2b9339e061;p=lhc%2Fweb%2Fwiklou.git And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings --- 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. *