This module allows administrators to grant users access to specific domains based on their assigned roles. Instead of managing domain access on a per-user basis, you can now assign roles to domains, and any user with those roles will automatically gain access to the associated domain. This complements existing domain access settings by providing a role-driven approach to permissions.
Provides an ability to assign domain permissions based on roles.
In addition to ordinary access control from the domain_access module (through the field in user's profile), this module adds an ability to assign roles to domain records.
Users, which have these roles will have the same access to this domain, as if they had these domains filled in their profiles.
Please note, that this module does not provide any additional access restrictions or grants.
It only adds a way to control "domain access" user field on a per-role basis (instead of standard per-user).
The final access values are defined using "OR" logic: domain_access field + domain roles (i.e. it does not override anything, only adds new records).
Installation
Install this module via composer by running the following command:
composer require drupal/domain_role_access
Usage
- Install the module
- Go to the domain records configuration page (admin/config/domain)
- Configure domain roles through the new item "Roles" in the domain action links list