[!!!][TASK] Always use logging in authentication processes
There are several checks within AuthenticationService, AbstractUserAuthentication and AbstractService which can be dropped now that the Logging API is fully configurable. The following options have no effect anymore: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLog'] $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLogBE'] $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLogFE'] $GLOBALS['TYPO3_CONF_VARS']['SYS']['enable_DLOG'] The following public properties have no effect anymore and are removed: * AbstractUserAuthentication->writeDevLog * AbstractService->writeDevLog Resolves: #82639 Relates: #52694 Releases: master Change-Id: I01a1319bb4f34da03980ce04d8d30b6fe510eae2 Reviewed-on: https://review.typo3.org/54253 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by: TYPO3com <n...
Showing
- typo3/sysext/core/Classes/Authentication/AbstractAuthenticationService.php 0 additions, 10 deletions.../Classes/Authentication/AbstractAuthenticationService.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 48 additions, 102 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/AuthenticationService.php 7 additions, 15 deletions...ext/core/Classes/Authentication/AuthenticationService.php
- typo3/sysext/core/Classes/Service/AbstractService.php 1 addition, 13 deletionstypo3/sysext/core/Classes/Service/AbstractService.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 0 additions, 3 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/master/Breaking-82639-LoggingActivatedForAuthenticationAndServiceClasses.rst 46 additions, 0 deletions...39-LoggingActivatedForAuthenticationAndServiceClasses.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst 0 additions, 1 deletion...ster/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst
- typo3/sysext/core/Tests/Functional/Authentication/AuthenticationServiceTest.php 2 additions, 0 deletions...s/Functional/Authentication/AuthenticationServiceTest.php
- typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php 6 additions, 0 deletions...sts/Unit/Authentication/BackendUserAuthenticationTest.php
- typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php 19 additions, 25 deletions...end/Classes/Authentication/FrontendUserAuthentication.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 3 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php 0 additions, 1 deletion...ts/Unit/Authentication/FrontendUserAuthenticationTest.php
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 5 additions, 0 deletions...all/Classes/Service/SilentConfigurationUpgradeService.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 16 additions, 1 deletion...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 11 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
- typo3/sysext/rsaauth/Classes/RsaAuthService.php 2 additions, 6 deletionstypo3/sysext/rsaauth/Classes/RsaAuthService.php
Please register or sign in to comment