From 3b30821ee9f66431798d0ec59ff8befb3277b2cb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 4 Feb 2015 09:22:27 +0100 Subject: [PATCH] doc: Note that external replaced autologin and not storing preferences means none --- doc/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index e506b921b..aa6968e26 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -121,3 +121,7 @@ permissions = "*" ```` After please log out from Icinga Web 2 and log in again for having all permissions granted. + +If you delegated authentication to your web server using the `autologin` backend, you have to switch to the `external` +authentication backend to be able to log in again. The new name better reflects what’s going on. A similar change +affects environments that opted for not storing preferences, your new backend is `none`.