]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Partial backout of bug 183665. It's responsible for bug 457719
authorlpsolit%gmail.com <>
Sun, 5 Oct 2008 01:04:50 +0000 (01:04 +0000)
committerlpsolit%gmail.com <>
Sun, 5 Oct 2008 01:04:50 +0000 (01:04 +0000)
Bugzilla/Auth/Login/CGI.pm

index 9e008be82cba920c80f7389c5afb19e40f288a19..5be98aa7ac8c82505a13105db2052485de6943f9 100644 (file)
@@ -45,7 +45,7 @@ sub get_login_info {
     my $username = trim($cgi->param("Bugzilla_login"));
     my $password = $cgi->param("Bugzilla_password");
 
-    $cgi->delete('Bugzilla_login', 'Bugzilla_password', 'GoAheadAndLogIn');
+    $cgi->delete('Bugzilla_login', 'Bugzilla_password');
 
     if (!defined $username || !defined $password) {
         return { failure => AUTH_NODATA };