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.