Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/91883
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(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications refs/changes/83/91883/1 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: newchange Gerrit-Change-Id: Ibf1e8795f31e79594bac24710998116bb14de49e Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
