friendsoftypo3 / sys-action
Actions are 'programmed' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.
Installs: 64 033
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 9
Open Issues: 2
Type:typo3-cms-extension
Requires
- friendsoftypo3/taskcenter: ^11.0 || @dev
- typo3/cms-core: ^11.5.23
Conflicts
- typo3/cms: *
Replaces
This package is auto-updated.
Last update: 2024-10-25 09:31:13 UTC
README
TYPO3 extension sys_action
This extension allows to run some TYPO3 backend administration tasks like the creation of new backend users as a non-admin user if properly set up. It hooks into the taskcenter extension for the GUI part.
The functionality was part of the TYPO3 Core until TYPO3 v10.0, and moved into its own extension, receiving its own public repository.