diff options
author | Reed Loden <reed@reedloden.com> | 2013-03-12 18:06:32 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2013-03-12 18:06:32 +0100 |
commit | 01c7e1ae09a1980908f17659dfe14ca48034437a (patch) | |
tree | cee59509c2f82ced1751ed78faa64f1451d95e9d /template/en/default/account | |
parent | 6d12fbdb592590a68c6305fa484d9fe249c25a52 (diff) | |
download | bugzilla-01c7e1ae09a1980908f17659dfe14ca48034437a.tar.gz bugzilla-01c7e1ae09a1980908f17659dfe14ca48034437a.tar.xz |
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 cb4335466..a9d86036a 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -123,7 +123,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> |