diff options
author | Reed Loden <reed@reedloden.com> | 2013-03-12 10:05:24 -0700 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2013-03-12 10:05:24 -0700 |
commit | 56216f17fa9784b990b0362b4c44fd236aeb1426 (patch) | |
tree | b4925ef73090c7a4f01e1eb1b19540797ea702ef /template/en/default/account | |
parent | 704644a4660cb25b3bbbc233537c3d8fd5029ea1 (diff) | |
download | bugs-56216f17fa9784b990b0362b4c44fd236aeb1426.tar bugs-56216f17fa9784b990b0362b4c44fd236aeb1426.tar.gz bugs-56216f17fa9784b990b0362b4c44fd236aeb1426.tar.bz2 bugs-56216f17fa9784b990b0362b4c44fd236aeb1426.tar.xz bugs-56216f17fa9784b990b0362b4c44fd236aeb1426.zip |
Bug 850126 - 'token' id defined twice on logged-out pages (in header and footer)
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 2 |
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> |