Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable backend module access #26

Open
ax-ha opened this issue Feb 5, 2025 · 0 comments
Open

Configurable backend module access #26

ax-ha opened this issue Feb 5, 2025 · 0 comments

Comments

@ax-ha
Copy link

ax-ha commented Feb 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant