TYPO3版本7.6.18。如何通过代码登录BE用户?可能吗?请帮帮我。
可能是那样的吗?
if(empty($GLOBALS['TSFE']->fe_user->user['uid'])) {
$login = new StandartLogin();
$login->login($username, $password);
}
但它适用于FE用户
答案 0 :(得分:1)
也许扩展程序simulatebe
对您来说已经足够了。
当前端用户登录时,它可以自动创建后端登录:https://docs.typo3.org/typo3cms/extensions/simulatebe/Introduction/Index.html