Skip to content
Snippets Groups Projects
Commit 0126ea2f authored by Benni Mack's avatar Benni Mack Committed by Andreas Fernandez
Browse files

[!!!][TASK] Remove AbstractUserAuthentication->svConfig

The public property svConfig is just a short-hand variable
for $GLOBALS['TYPO3_CONF_VARS']['SVCONF']['auth'],
but should not be accessed from the outside, and is therefore
moved from a public property to a local variable within the
"checkAuthentication" method where it is mainly used.

Resolves: #92990
Releases: master
Change-Id: I1f8cadc36b22e535efb1940c8090ff5e487952bb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67002


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 7e03c5c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment