Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -585,7 +585,7 @@ |
586 | 586 | global $wgOut; |
587 | 587 | $wgOut->addHTML( Xml::element('p', array( 'class' => 'error' ), $error ) ); |
588 | 588 | $reset = new SpecialResetpass(); |
589 | | - $reset->execute( null ); |
| 589 | + $reset->execute( $this->mName ); |
590 | 590 | } |
591 | 591 | |
592 | 592 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -234,6 +234,7 @@ |
235 | 235 | queue |
236 | 236 | * (bug 17761) "show/hide" link in page history in now works for the first |
237 | 237 | displayed revision if it's not the current one |
| 238 | +* (bug 17722) Fix regression where users are unable to change temporary passwords |
238 | 239 | |
239 | 240 | == API changes in 1.15 == |
240 | 241 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |