]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 850126 - 'token' id defined twice on logged-out pages (in header and footer)
authorReed Loden <reed@reedloden.com>
Tue, 12 Mar 2013 17:05:24 +0000 (10:05 -0700)
committerReed Loden <reed@reedloden.com>
Tue, 12 Mar 2013 17:05:24 +0000 (10:05 -0700)
[r=LpSolit a=LpSolit]

template/en/default/account/auth/login-small.html.tmpl

index 19269ea49711053826b3639764e7988e9f84caa3..801fef81ee569b121c9facf9a996b8cb25f37c41 100644 (file)
     <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>