2 defined(
'TYPO3_MODE') or die();
5 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addService(
8 \TYPO3\CMS\Sv\AuthenticationService::class,
10 'title' => 'User authentication',
11 'description' => 'Authentication with username/password.',
12 'subtype' => 'getUserBE,authUserBE,getUserFE,authUserFE,getGroupsFE,processLoginDataBE,processLoginDataFE',
18 'className' => \TYPO3\CMS\Sv\AuthenticationService::class