]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 95535: the token generator for password resets is allowing the & characte...
authorjustdave%syndicomm.com <>
Thu, 16 Aug 2001 13:52:55 +0000 (13:52 +0000)
committerjustdave%syndicomm.com <>
Thu, 16 Aug 2001 13:52:55 +0000 (13:52 +0000)
commit9700dfd057fe8267b4359d5497b56f0c2c8aa6bb
tree2c240394bb5aa2901a693a660c754f7a351cce96
parent0bfa7b2752e0f78477fa6ea64b0f6e8eddb4d87c
Fix for bug 95535: the token generator for password resets is allowing the & character to be used for tokens, but wasn't escaping them for the URL it emailed to users to use to get in to reset their password.
Patch by Dave Miller <justdave@syndicomm.com>
r= myk@mozilla.org
Bugzilla/Token.pm
Token.pm