summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2013-03-12 18:05:24 +0100
committerReed Loden <reed@reedloden.com>2013-03-12 18:05:24 +0100
commit56216f17fa9784b990b0362b4c44fd236aeb1426 (patch)
treeb4925ef73090c7a4f01e1eb1b19540797ea702ef /template
parent704644a4660cb25b3bbbc233537c3d8fd5029ea1 (diff)
downloadbugzilla-56216f17fa9784b990b0362b4c44fd236aeb1426.tar.gz
bugzilla-56216f17fa9784b990b0362b4c44fd236aeb1426.tar.xz
Bug 850126 - 'token' id defined twice on logged-out pages (in header and footer)
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index 19269ea49..801fef81e 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -107,7 +107,7 @@
<input id="forgot_button[% qs_suffix %]" value="Reset Password"
type="submit">
<input type="hidden" name="a" value="reqpw">
- <input type="hidden" id="token" name="token" value="[% issue_hash_token(['reqpw']) FILTER html %]">
+ <input type="hidden" id="token[% qs_suffix FILTER html %]" name="token" value="[% issue_hash_token(['reqpw']) FILTER html %]">
<a href="#" onclick="return hide_forgot_form('[% qs_suffix %]')">[x]</a>
</form>
</li>