summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-04-08 09:54:15 +0200
committerlpsolit%gmail.com <>2005-04-08 09:54:15 +0200
commitfa9ffe5e34b53193445c3fdd7d981ae3e7e4f6c7 (patch)
tree3b5d70d8f70c39f2d84f62d02caf69f02f84f00f
parentcfda9d97c4b9281f9fec36611dbd96ceaa10f633 (diff)
downloadbugzilla-fa9ffe5e34b53193445c3fdd7d981ae3e7e4f6c7.tar.gz
bugzilla-fa9ffe5e34b53193445c3fdd7d981ae3e7e4f6c7.tar.xz
Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
-rw-r--r--Bugzilla/Auth/Login/WWW/CGI.pm2
-rw-r--r--template/en/default/account/auth/login.html.tmpl3
2 files changed, 0 insertions, 5 deletions
diff --git a/Bugzilla/Auth/Login/WWW/CGI.pm b/Bugzilla/Auth/Login/WWW/CGI.pm
index 47c2b92b7..d99cd3b80 100644
--- a/Bugzilla/Auth/Login/WWW/CGI.pm
+++ b/Bugzilla/Auth/Login/WWW/CGI.pm
@@ -148,8 +148,6 @@ sub login {
my $template = Bugzilla->template;
$template->process("account/auth/login.html.tmpl",
{ 'target' => $cgi->url(-relative=>1),
- 'form' => \%::FORM,
- 'mform' => \%::MFORM,
'caneditaccount' => Bugzilla::Auth->can_edit('new'),
'has_db' => Bugzilla::Auth->has_db,
}
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 0370aa296..ec017534a 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -22,9 +22,6 @@
[%# INTERFACE:
# target: string. URL to go to after login.
- # form: hash; the form values which need to be submitted to the target script
- # mform: hash; the form values with multiple values which need to be
- # submitted to the target script
# has_db: true if DB is one of the available authentication mechanisms
#%]