]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannerm...
authorlpsolit%gmail.com <>
Fri, 8 Apr 2005 07:54:15 +0000 (07:54 +0000)
committerlpsolit%gmail.com <>
Fri, 8 Apr 2005 07:54:15 +0000 (07:54 +0000)
Bugzilla/Auth/Login/WWW/CGI.pm
template/en/default/account/auth/login.html.tmpl

index 47c2b92b729dff6f8e84022ef54963bc0e6dc743..d99cd3b804d719d47cf37f30105cc8e1bed72acb 100644 (file)
@@ -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,
                            }
index 0370aa296554237e7c2f53ef42ad95e71d742f2e..ec017534ab3a7fab547f8710c76315be95455590 100644 (file)
@@ -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
   #%]