http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72363

Revision: 72363
Author:   ialex
Date:     2010-09-04 09:50:56 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar 
settings

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-09-04 09:44:01 UTC (rev 
72362)
+++ trunk/phase3/includes/DefaultSettings.php   2010-09-04 09:50:56 UTC (rev 
72363)
@@ -2731,6 +2731,11 @@
 $wgMinimalPasswordLength = 1;
 
 /**
+ * Enabes or disables JavaScript-based suggestions of password strength
+ */
+$wgLivePasswordStrengthChecks = false;
+
+/**
  * Maximum number of Unicode characters in signature
  */
 $wgMaxSigChars         = 255;
@@ -5053,11 +5058,6 @@
 $wgUploadMaintenance = false;
 
 /**
- * Enabes or disables JavaScript-based suggestions of password strength
- */
-$wgLivePasswordStrengthChecks = false;
-
-/**
  * The location of the MediaWiki package repository to use.
  *
  * @since 1.17



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to