]> 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:06:32 +0000 (10:06 -0700)
committerReed Loden <reed@reedloden.com>
Tue, 12 Mar 2013 17:06:32 +0000 (10:06 -0700)
[r=LpSolit a=LpSolit]

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

index cb43354660812eb6665b60803a2390b3ef587cd4..a9d86036a694fe4cfe7f73afbafe4f1024a71a0c 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>