Index: trunk/phase3/includes/SpecialUserlogin.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | global $wgUser, $wgOut; |
165 | 165 | global $wgUseLatin1, $wgEnableSorbs, $wgProxyWhitelist; |
166 | 166 | global $wgMemc, $wgAccountCreationThrottle, $wgDBname; |
167 | | - global $wgAuth; |
| 167 | + global $wgAuth, $wgMinimalPasswordLength; |
168 | 168 | |
169 | 169 | // If the user passes an invalid domain, something is fishy |
170 | 170 | if( !$wgAuth->validDomain( $this->mDomain ) ) { |