Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3177
7031a.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:23 PM
2014-11-21 21:23:16 (UTC+0)
Size
444 B
Referenced Files
None
Subscribers
None
7031a.patch
View Options
Index: includes/SpecialUserlogin.php
===================================================================
--- includes/SpecialUserlogin.php (revision 16097)
+++ includes/SpecialUserlogin.php (working copy)
@@ -413,7 +413,7 @@
global $wgServer, $wgScript;
if ( '' == $u->getEmail() ) {
- return wfMsg( 'noemail', $u->getName() );
+ return new WikiError( wfMsg( 'noemail', $u->getName() ) );
}
$np = $u->randomPassword();
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2747
Default Alt Text
7031a.patch (444 B)
Attached To
Mode
T9031: Don't report that a new password was emailed if no email address was set
Attached
Detach File
Event Timeline
Log In to Comment