diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-14 06:35:21 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-14 06:35:21 +0100 |
commit | 076450385bb5514ab2f4591d863960edaf9a4c5b (patch) | |
tree | d666eb7af95dae74547105cc6f7d1b035da5639d /template/en/default/account | |
parent | 16cbcce87248fc0c13b4d99a3c796a27323c22a6 (diff) | |
parent | 01c7e1ae09a1980908f17659dfe14ca48034437a (diff) | |
download | bugzilla-076450385bb5514ab2f4591d863960edaf9a4c5b.tar.gz bugzilla-076450385bb5514ab2f4591d863960edaf9a4c5b.tar.xz |
merge with bugzilla/4.2
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 6b41c17e3..216c4ed8a 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -125,7 +125,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> |