diff options
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r-- | Bugzilla/Auth/Login/WWW.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Auth/Login/WWW.pm b/Bugzilla/Auth/Login/WWW.pm index cc3ae25e2..f54e5760b 100644 --- a/Bugzilla/Auth/Login/WWW.pm +++ b/Bugzilla/Auth/Login/WWW.pm @@ -51,6 +51,7 @@ sub login { # (double cookies, odd compat code settings, etc) return $user if $user->id; + $type = LOGIN_REQUIRED if Bugzilla->cgi->param('GoAheadAndLogIn'); $type = LOGIN_NORMAL unless defined $type; # Log in using whatever methods are defined in user_info_class. |