From 052d82c8bfc99fd52819daee29652faf44333e5d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 5 Oct 2008 01:03:15 +0000 Subject: Partial backout of bug 183665. It's responsible for bug 457719 --- Bugzilla/Auth/Login/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Auth') diff --git a/Bugzilla/Auth/Login/CGI.pm b/Bugzilla/Auth/Login/CGI.pm index 9e008be82..5be98aa7a 100644 --- a/Bugzilla/Auth/Login/CGI.pm +++ b/Bugzilla/Auth/Login/CGI.pm @@ -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 }; -- cgit v1.2.3-24-g4f1b