Index: trunk/phase3/includes/specials/SpecialResetpass.php |
— | — | @@ -90,9 +90,7 @@ |
91 | 91 | function showForm() { |
92 | 92 | global $wgOut, $wgUser, $wgRequest; |
93 | 93 | |
94 | | - $wgOut->disallowUserJs(); |
95 | | - |
96 | | - $self = SpecialPage::getTitleFor( 'Resetpass' ); |
| 94 | + $self = $this->getTitle(); |
97 | 95 | if ( !$this->mUserName ) { |
98 | 96 | $this->mUserName = $wgUser->getName(); |
99 | 97 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -96,7 +96,6 @@ |
97 | 97 | exceeding $wgMaxImageArea can still be embedded at original size |
98 | 98 | * (bug 23078) "All public logs" option on Special:Log is now always the first |
99 | 99 | item |
100 | | -* Special:ChangePassword no longer loads user javascript |
101 | 100 | * (bug 16817) Group names in user rights log are now singular and in lowercase |
102 | 101 | |
103 | 102 | === API changes in 1.17 === |