Index: trunk/phase3/includes/specials/SpecialResetpass.php |
— | — | @@ -31,6 +31,7 @@ |
32 | 32 | |
33 | 33 | $this->setHeaders(); |
34 | 34 | $this->outputHeader(); |
| 35 | + $wgOut->disallowUserJs(); |
35 | 36 | |
36 | 37 | if( !$wgAuth->allowPasswordChange() ) { |
37 | 38 | $this->error( wfMsg( 'resetpass_forbidden' ) ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -94,6 +94,7 @@ |
95 | 95 | exceeding $wgMaxImageArea can still be embedded at original size |
96 | 96 | * (bug 23078) "All public logs" option on Special:Log is now always the first |
97 | 97 | item |
| 98 | +* Special:ChangePassword no longer loads user javascript |
98 | 99 | |
99 | 100 | === API changes in 1.17 === |
100 | 101 | * (bug 22738) Allow filtering by action type on query=logevent |