r47976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47975‎ | r47976 | r47977 >
Date:13:45, 3 March 2009
Author:demon
Status:resolved (Comments)
Tags:
Comment:
(bug 17722) Fix regression where users are unable to change temporary passwords
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -585,7 +585,7 @@
586586 global $wgOut;
587587 $wgOut->addHTML( Xml::element('p', array( 'class' => 'error' ), $error ) );
588588 $reset = new SpecialResetpass();
589 - $reset->execute( null );
 589+ $reset->execute( $this->mName );
590590 }
591591
592592 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -234,6 +234,7 @@
235235 queue
236236 * (bug 17761) "show/hide" link in page history in now works for the first
237237 displayed revision if it's not the current one
 238+* (bug 17722) Fix regression where users are unable to change temporary passwords
238239
239240 == API changes in 1.15 ==
240241 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Follow-up revisions

RevisionCommit summaryAuthorDate
r48524Follow up to r47976 (bug 17722). For real this time: fix the regression where...demon19:55, 18 March 2009

Comments

#Comment by 😂 (talk | contribs)   19:57, 18 March 2009

This wasn't ok. Removed ok keyword and marking resolved (as of r48524)

Status & tagging log