From eec1169f0db5257c50ebbe7a51dab9846173b3bc Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 10 Apr 2012 14:35:59 -0400 Subject: Bug 743735 - use POST instead of GET to pass assertion to bugzilla for verification r=glob --- .../auth/login-additional_methods.html.tmpl | 41 ++++++++++++++++++++-- .../auth/login-small-additional_methods.html.tmpl | 23 ++++++++++-- 2 files changed, 58 insertions(+), 6 deletions(-) (limited to 'extensions') diff --git a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl index d16a84142..2b6f4b85a 100644 --- a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl +++ b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl @@ -1,4 +1,8 @@ [% IF Param('user_info_class').split(',').contains('BrowserID') %] + +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] +