Add ECUID (edit user cuid) to session and return in acl array

This commit is contained in:
Clemens Schwaighofer
2024-12-02 17:18:34 +09:00
parent da9717265c
commit e580e5430c
2 changed files with 25 additions and 2 deletions

View File

@@ -243,6 +243,7 @@ final class CoreLibsACLLoginTest extends TestCase
[],
[
'EUID' => 1,
'ECUID' => 'abc',
],
2,
[],
@@ -260,6 +261,7 @@ final class CoreLibsACLLoginTest extends TestCase
[],
[
'EUID' => 1,
'ECUID' => 'abc',
'USER_NAME' => '',
'GROUP_NAME' => '',
'ADMIN' => 1,