mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-06 08:08:58 +02: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