[!!!][TASK] Remove group-related properties in BE_USER
The "$BE_USER->groupList" property is a comma-separated list of userGroupUID, whereas "$BE_USER->includeGroupArray" is a list of groups added to the includeGroupArray which contains groups possibly added multiple times due to recursion. This is not needed, and therefore cleaned up, the properties are removed. Resolves: #93062 Releases: master Change-Id: Ic358c1be56253acdbe3be4222196a074aab1e98c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67099 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/backend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php 1 addition, 1 deletion...ion/TypoScript/ConditionMatching/ConditionMatcherTest.php
- typo3/sysext/beuser/Classes/Service/UserInformationService.php 1 addition, 1 deletion.../sysext/beuser/Classes/Service/UserInformationService.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 11 additions, 25 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Context/UserAspect.php 1 addition, 2 deletionstypo3/sysext/core/Classes/Context/UserAspect.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-93062-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst 47 additions, 0 deletions...-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst
- typo3/sysext/core/Tests/Functional/Authentication/BackendUserAuthenticationTest.php 13 additions, 1 deletion...nctional/Authentication/BackendUserAuthenticationTest.php
- typo3/sysext/core/Tests/Functional/Authentication/Fixtures/be_groups.xml 72 additions, 0 deletions...re/Tests/Functional/Authentication/Fixtures/be_groups.xml
- typo3/sysext/core/Tests/Functional/Authentication/Fixtures/be_users.xml 20 additions, 0 deletions...ore/Tests/Functional/Authentication/Fixtures/be_users.xml
- typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php 7 additions, 7 deletions...sts/Unit/Authentication/BackendUserAuthenticationTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 10 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
Please register or sign in to comment