From 7e7c9901eb5c305bf8a3c60bf6b683812e88286e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 10 Jan 2021 19:33:46 +0100 Subject: [PATCH] system: should be the case via 993c9e545fb5 --- src/etc/inc/authgui.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index ac56fc1d9..d849c8d1b 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -101,7 +101,6 @@ function session_auth(&$Login_Error) $authenticator = $authFactory->lastUsedAuth; // Generate a new id to avoid session fixation session_regenerate_id(); - // XXX: eventually we should replace the login flow for a service based one (IService). $_SESSION['Username'] = $authenticator->getUserName($_POST['usernamefld']); $_SESSION['last_access'] = time(); $_SESSION['protocol'] = $config['system']['webgui']['protocol'];