mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
- Fixed Trac #217: can not log-off at the first login after setup.
SVN:trunk[696]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user