And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 09:50:56 +0000 (09:50 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 09:50:56 +0000 (09:50 +0000)
includes/DefaultSettings.php

index aa76709..4823ee0 100644 (file)
@@ -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.
  *