- 🇬🇧United Kingdom adamps
I can see this could be useful in some cases. However another site might wish for a different variation - to edit only another field. This seems to be about field permissions and there is already a module for that https://www.drupal.org/project/field_permissions → . Or you can write a simple field access hook.
I feel this module is mostly about entity access, not field access. Already this module creates 4 permissions per role, and I feel that's enough.
- 🇨🇴Colombia jhons0111
Upon reviewing this case, i found that it was better to develop a new one, which we implemented as a solution. The main module, "Administer Users by Role", grants sub-administrators permissions to perform actions on certain users, such as canceling, viewing, and editing. However, the module does not manage the ability to block and unblock users. The reported bug requested permissions for this functionality, so we made it configurable with the new module we developed. https://www.drupal.org/project/administerusersbyrole_custom_actions →