Actions
Bug #92097
closedSetupModuleController must pass a prepared user to DataHandler
Start date:
2020-08-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In combination with ext:my_user_management it became obvious, that the ordinary non-admin user can not change their settings anymore.
This happens because the extension manipulates exclude fields on table be_users, what leads to no permission being granted to operations invoked by SetupModuleController.
Actions