Deprecation: #86466 - AbstractUserAuthentication->fetchUserRecord
See forge#86466
Description
Method TYPO3\
has been marked as deprecated.
Impact
Calling the method will trigger a PHP E_
error.
Affected Installations
The methods has been called indirectly via
TYPO3\
as
$this->p
. It has usually not been called directly through
custom authentication services. Instances are usually not affected by the change, the
extension scanner will find possible usages.
Migration
If used within authentication services, use $this->fetch
instead, otherwise
copy the method around.