diff --git a/setup/index.php b/setup/index.php index 2f0ae1a9e..84904cfc0 100644 --- a/setup/index.php +++ b/setup/index.php @@ -963,6 +963,7 @@ function SetupFinished(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $o { UserRights::Login($sAuthUser); $_SESSION['auth_user'] = $sAuthUser; + $_SESSION['login_mode'] = 'form'; // Will enable the "log-off button" // remove the tmp config file @unlink(TMP_CONFIG_FILE);