hov/mask-permissions

Never configure mask permissions for editors manually ever again!

Installs: 18 071

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

3.1.0 2024-01-12 10:39 UTC

This package is auto-updated.

Last update: 2024-04-12 11:08:21 UTC


README

This extension adds a backend module, where you can update your mask permissions for individual BE user groups or just all in one go. No need to fiddle around in the permissions of backend users anymore!

How to use it

Just install the extension and go to the new module "Mask Permissions". There will be a list of all backend user groups and an info, if an update is necessary. If so, you can click "grant permissions" and all mask elements will be available for this group. There is also a button "Grant permissions to all" if all groups should have access.

Console Command

There is also a console command to update permissions. There is one optional positional parameter for the backend user group id. Omitting it, will update all user groups.

maskpermissions:update <beUserGroupId>