From c55cfb2875ed4c7b20ee1796aefe7fb7f0f59484 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 11 Nov 2024 20:17:11 -0600 Subject: [PATCH] Fix logic error when logging in with HTTP auth --- lib/Core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Core.php b/lib/Core.php index ad6d9c7e..8782e036 100644 --- a/lib/Core.php +++ b/lib/Core.php @@ -86,7 +86,6 @@ if(Session::$User === null){ // Most patrons have a `null` password, meaning they only need to log in using an email and a blank password. // Some users with admin rights need a password to log in. $session->Create($httpBasicAuthLogin, $password); - Session::$User = $session->User; } catch(Exception){ // Do nothing.