You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the access to the module is limited to administrative users.
Since Typo3 12 it is much more complicated to override the module settings from within a site package.
It would helpful if the module access can be managed for users and user groups directly in the backend.
This can be done by changing the single line of code in
/Configuration/Backend/Modules.php
from
'access' => 'admin',
to
'access' => 'user,group',
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Currently the access to the module is limited to administrative users.
Since Typo3 12 it is much more complicated to override the module settings from within a site package.
It would helpful if the module access can be managed for users and user groups directly in the backend.
This can be done by changing the single line of code in
/Configuration/Backend/Modules.php
from
'access' => 'admin',
to
'access' => 'user,group',
Thanks for your help.
The text was updated successfully, but these errors were encountered: