git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@696 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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);