Dzahn has submitted this change and it was merged. Change subject: 'token' id defined twice on logged-out pages ......................................................................
'token' id defined twice on logged-out pages Backport http://bzr.mozilla.org/bugzilla/4.2/revision/8196 to our custom copy of template/en/default/account/auth/login-small.html.tmpl Change-Id: Ibf1e8795f31e79594bac24710998116bb14de49e --- M template/en/custom/account/auth/login-small.html.tmpl 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Aklapper: Looks good to me, but someone else must approve Dzahn: Verified; Looks good to me, approved diff --git a/template/en/custom/account/auth/login-small.html.tmpl b/template/en/custom/account/auth/login-small.html.tmpl index 05b7abc..c02a8e6 100644 --- a/template/en/custom/account/auth/login-small.html.tmpl +++ b/template/en/custom/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> -- To view, visit https://gerrit.wikimedia.org/r/91883 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibf1e8795f31e79594bac24710998116bb14de49e Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
