Backend modules cannot be accessed by editors in v12
tillhoerner opened this issue · 1 comments
tillhoerner commented
It is not possible to grant editors access to the backend modules. This is because in Configuration/Backend/Modules.php
the access option is set to 'group,user'
, which is not a valid option and should be changed to just 'user'