mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-10 16:09:58 +01:00
The if condition for revoking authentication if the username changed relied on having the `$_SERVER' variable set which was used for authentication. Authentication is now revoked if the username changed or external authentication is no longer in effect. refs #6462