Merge pull request #3289 from Icinga/bugfix/re-login-after-upgrading-2-5-x-3277

Document that it's necessary to re-login after upgrading to 2.5.x
This commit is contained in:
lippserd 2018-01-19 10:06:12 +01:00 committed by GitHub
commit ee6bb07671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ v2.3 to v2.5 requires to follow the instructions for v2.4 too.
* Hash marks (`#`) in INI files are no longer recognized as comments by
[parse_ini_file](https://secure.php.net/manual/en/function.parse-ini-file.php) since PHP 7.0.
* Existing sessions of logged-in users do no longer work as expected due to a change in the `User` data structure.
Everyone who was logged in before the upgrade has to log out once.
**Changes in packaging and dependencies**