Actions
Bug #82566
closedExtbase command called via new symfony console is missing backend user authentication
Start date:
2017-09-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
$GLOBALS['BE_USER']->user is null
because the new Console/CommandRequestHandler does not authenticate the current backend user (_cli_) anymore.
See #79260
Actions