Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3204,7 +3204,7 @@ |
3205 | 3205 | * Specifies the minimal length of a user password. If set to 0, empty pass- |
3206 | 3206 | * words are allowed. |
3207 | 3207 | */ |
3208 | | -$wgMinimalPasswordLength = 0; |
| 3208 | +$wgMinimalPasswordLength = 1; |
3209 | 3209 | |
3210 | 3210 | /** |
3211 | 3211 | * Activate external editor interface for files and pages |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -30,6 +30,7 @@ |
31 | 31 | to upon logging in (ex: "Main Page") |
32 | 32 | * Add $wgExportFromNamespaces for enabling/disabling the "export all from |
33 | 33 | namespace" option (disabled by default) |
| 34 | +* (bug 18222) $wgMinimalPasswordLength default is now 1 |
34 | 35 | |
35 | 36 | === New features in 1.15 === |
36 | 37 | |