Commit 052d82c8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Partial backout of bug 183665. It's responsible for bug 457719

parent e5cb4411
......@@ -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 };
......
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