Commit fa9ffe5e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu…

Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
parent cfda9d97
...@@ -148,8 +148,6 @@ sub login { ...@@ -148,8 +148,6 @@ sub login {
my $template = Bugzilla->template; my $template = Bugzilla->template;
$template->process("account/auth/login.html.tmpl", $template->process("account/auth/login.html.tmpl",
{ 'target' => $cgi->url(-relative=>1), { 'target' => $cgi->url(-relative=>1),
'form' => \%::FORM,
'mform' => \%::MFORM,
'caneditaccount' => Bugzilla::Auth->can_edit('new'), 'caneditaccount' => Bugzilla::Auth->can_edit('new'),
'has_db' => Bugzilla::Auth->has_db, 'has_db' => Bugzilla::Auth->has_db,
} }
......
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
[%# INTERFACE: [%# INTERFACE:
# target: string. URL to go to after login. # 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 # has_db: true if DB is one of the available authentication mechanisms
#%] #%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment