From 9fc40a66293e6740115f2f7484468baef6ce2c37 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 16 Jan 2025 14:51:29 +0900 Subject: [PATCH] ACL Login add edit access id to acl array --- src/ACL/Login.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ACL/Login.php b/src/ACL/Login.php index 0933556..a91e5c0 100644 --- a/src/ACL/Login.php +++ b/src/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'];