Feature #14835
closedHook for manipulating backend usergroup access.
0%
Description
This hook is used by the extension 'roles'. With this hook it's possible to control the backend usergroup access, through manipulating a sql-sentence.
In the case of 'roles', the hook is used to limit access to the selected backend usergroup (which is marked as a role). This is very powerful when you need to have a better overview in the backend.
Example: http://typo3.org/extensions/repository/new/roles/
(issue imported from #M1232)
Files
Updated by Andreas Otto † over 19 years ago
Please provide a path in the unified diff format.
Updated by Andreas Otto † over 19 years ago
Added hook as requested and provided by Stig N. Faerch.
This hook is used by the extension 'roles'. With this hook it's possible to
control the backend usergroup access, through manipulating a sql-sentence.
In the case of 'roles', the hook is used to limit access to the selected
backend usergroup (which is marked as a role). This is very powerful when
you need to have a better overview in the backend.