From 09c2ec653f8634e24ed3d1588479aca8f70c2245 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 16 Jan 2025 14:49:15 +0900 Subject: [PATCH] ACL Login set deprecated edit user id too We need that for some old calls in old projects --- www/lib/CoreLibs/ACL/Login.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/lib/CoreLibs/ACL/Login.php b/www/lib/CoreLibs/ACL/Login.php index 09335563..a91e5c0d 100644 --- a/www/lib/CoreLibs/ACL/Login.php +++ b/www/lib/CoreLibs/ACL/Login.php @@ -1478,6 +1478,8 @@ class Login // username (login), group name $this->acl['user_name'] = $_SESSION['LOGIN_USER_NAME']; $this->acl['group_name'] = $_SESSION['LOGIN_GROUP_NAME']; + // DEPRECATED + $this->acl['euid'] = $_SESSION['LOGIN_EUID']; // edit user cuid $this->acl['eucuid'] = $_SESSION['LOGIN_EUCUID']; $this->acl['eucuuid'] = $_SESSION['LOGIN_EUCUUID'];