r48968 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48967‎ | r48968 | r48969 >
Date:16:43, 28 March 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 18222) $wgMinimalPasswordLength default is now 1
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3204,7 +3204,7 @@
32053205 * Specifies the minimal length of a user password. If set to 0, empty pass-
32063206 * words are allowed.
32073207 */
3208 -$wgMinimalPasswordLength = 0;
 3208+$wgMinimalPasswordLength = 1;
32093209
32103210 /**
32113211 * Activate external editor interface for files and pages
Index: trunk/phase3/RELEASE-NOTES
@@ -30,6 +30,7 @@
3131 to upon logging in (ex: "Main Page")
3232 * Add $wgExportFromNamespaces for enabling/disabling the "export all from
3333 namespace" option (disabled by default)
 34+* (bug 18222) $wgMinimalPasswordLength default is now 1
3435
3536 === New features in 1.15 ===
3637

Status & tagging log