Page MenuHomePhabricator

bug-14698-CreateAccount.patch

Authored By
bzimport
Nov 21 2014, 10:13 PM
Size
433 B
Referenced Files
None
Subscribers
None

bug-14698-CreateAccount.patch

Index: includes/Title.php
===================================================================
--- includes/Title.php (revision 37231)
+++ includes/Title.php (working copy)
@@ -1069,7 +1069,7 @@
$errors[] = array( 'confirmedittext' );
}
- if ( $user->isBlockedFrom( $this ) ) {
+ if ( $user->isBlockedFrom( $this ) && $action != 'createaccount' ) {
$block = $user->mBlock;
// This is from OutputPage::blockedPage

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4531
Default Alt Text
bug-14698-CreateAccount.patch (433 B)

Event Timeline