(bug 18222) $wgMinimalPasswordLength default is now 1
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 28 Mar 2009 16:43:02 +0000 (16:43 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 28 Mar 2009 16:43:02 +0000 (16:43 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index c820b7c..7ddd8f8 100644 (file)
@@ -30,6 +30,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   to upon logging in (ex: "Main Page")
 * Add $wgExportFromNamespaces for enabling/disabling the "export all from 
   namespace" option (disabled by default)
+* (bug 18222) $wgMinimalPasswordLength default is now 1
 
 === New features in 1.15 ===
 
index 28cbfc8..d48a4cc 100644 (file)
@@ -3204,7 +3204,7 @@ $wgExemptFromUserRobotsControl = null;
  * Specifies the minimal length of a user password. If set to 0, empty pass-
  * words are allowed.
  */
-$wgMinimalPasswordLength = 0;
+$wgMinimalPasswordLength = 1;
 
 /**
  * Activate external editor interface for files and pages