From: Vincent Vanwaelscappel Date: Wed, 13 Apr 2022 09:42:52 +0000 (+0200) Subject: wip #5074 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dd8069d149523b795bdb1d0ccd20eea94c720515;p=fluidbook-hosting.git wip #5074 @1.5 --- diff --git a/VacheronSSO/_sso.php b/VacheronSSO/_sso.php index 557805a..548c2c7 100644 --- a/VacheronSSO/_sso.php +++ b/VacheronSSO/_sso.php @@ -83,7 +83,7 @@ if ($needsAuth) { header('Location: ' . $_SESSION['return']); } } else { - $auth->login(null, [], true); + $auth->login(null, [], false); } } else { header('Location: ' . $_SESSION['return']);