Actions
Bug #82616
closedNotify while wrong manually configured system maintainers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2017-09-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
At the moment there are two main ways to configure system maintainers:
- Using the Install Tool
- Configure them manually using $GLOBALS
While using $GLOBALS['TYPO3_CONF_VARS']['SYS']['systemMaintainers']
and set them manually every BE user, not only admins, can be set as a System Maintainer.
Doing so will show the Admin tools to the BE User even if its not an admin. If the user is not an admin, he isn't even shown in the Admin Tool.
The BE User cannot use them, so no risk here.
But at least some kind of notification should be shown if there is an error in the configuration.
Actions