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

Bug 385606: Logincookies are recreated at each HTTP request when using the 'Env'…

Bug 385606: Logincookies are recreated at each HTTP request when using the 'Env' auth method - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 75159bf2
......@@ -29,6 +29,7 @@ use Bugzilla::Error;
use constant can_logout => 0;
use constant can_login => 0;
use constant requires_persistence => 0;
use constant requires_verification => 0;
sub get_login_info {
......
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