(bug 41443) Link in password reset is broken
authorMarius Hoch <hoo@online.de>
Sat, 27 Oct 2012 00:10:02 +0000 (02:10 +0200)
committerMarius Hoch <hoo@online.de>
Sun, 28 Oct 2012 20:00:32 +0000 (21:00 +0100)
commit2ecad87f29a2480d17300a117f8f591cdb1645e4
tree11e4099be7b1f9b542858590f6d74871546f905f
parent5c34a2c361e88c636035e52cbcd33a4e30e251db
(bug 41443) Link in password reset is broken

The link in the password reset email was broken, because the
paramters for passwordreset-emailtext-user were over-escaped.
I've fixed this with passing the message unescaped, per suggestion.

Change-Id: If2665a419f5ee11602d4a69b60f7c4786f816ee2
includes/specials/SpecialPasswordReset.php