17 use \TYPO3\CMS\Core\Utility\GeneralUtility;
32 if (empty($backendUserId) || empty($workspaceId)) {
37 $backendUser->user = $this->
getDatabaseConnection()->exec_SELECTgetSingleRow(
'*',
'be_users',
'uid=' . $backendUserId);
38 $backendUser->setTemporaryWorkspace($workspaceId);
39 $frontendController->beUserLogin = TRUE;
41 $parameters[
'BE_USER'] = $backendUser;
50 'TYPO3\\CMS\\Backend\\FrontendBackendUserAuthentication'
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
initialize(array $parameters, \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController $frontendController)