You are here

README.txt in Role Delegation 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
README file for the Role Delegation Drupal module.


Description
***********

This module allows site administrators to grant some roles the authority to
assign selected roles to users, without them needing the 'administer access
control' permission.

For each role, Role Delegation provides a new 'assign <ROLE> role' permission to
allow the assignment of that role.

The module also adds an 'assign all roles' permission. Enabling this permission
for a role is a convenient way to allow the assignment of any other role without
having to check all the 'assign <ROLE> role' permissions in the Access Control
page.

If an administrator has the 'administer users' permission, a role assignment
widget gets displayed in the account creation or editing form. Otherwise, if he
has at least the 'access user profiles' permission, the module adds its own
'Roles' tab to the user profile so that roles can be assigned.


Installation
************

1. Extract the 'role_delegation' module directory, including all its
   subdirectories, into your Drupal modules directory.

2. Go to the Administer > Site building > Modules page, and enable the module.

3. Go to the Administer > User management > Access control and scroll down to
   the role_delegation group of permissions. Each role now has a corresponding
   'assign X role' permission. Grant this permission to roles that shall have
   the power to assign role X to users.

File

README.txt
View source
  1. README file for the Role Delegation Drupal module.
  2. Description
  3. ***********
  4. This module allows site administrators to grant some roles the authority to
  5. assign selected roles to users, without them needing the 'administer access
  6. control' permission.
  7. For each role, Role Delegation provides a new 'assign role' permission to
  8. allow the assignment of that role.
  9. The module also adds an 'assign all roles' permission. Enabling this permission
  10. for a role is a convenient way to allow the assignment of any other role without
  11. having to check all the 'assign role' permissions in the Access Control
  12. page.
  13. If an administrator has the 'administer users' permission, a role assignment
  14. widget gets displayed in the account creation or editing form. Otherwise, if he
  15. has at least the 'access user profiles' permission, the module adds its own
  16. 'Roles' tab to the user profile so that roles can be assigned.
  17. Installation
  18. ************
  19. 1. Extract the 'role_delegation' module directory, including all its
  20. subdirectories, into your Drupal modules directory.
  21. 2. Go to the Administer > Site building > Modules page, and enable the module.
  22. 3. Go to the Administer > User management > Access control and scroll down to
  23. the role_delegation group of permissions. Each role now has a corresponding
  24. 'assign X role' permission. Grant this permission to roles that shall have
  25. the power to assign role X to users.