You are here

README.txt in Administer Users by Role 7.2

Non-displayable characters.

File

README.txt
View source
  1. SUMMARY
  2. This module allows site builders to set up fine-grained permissions for
  3. allowing "sub-admin" users to edit and delete other users — more specific
  4. than Drupal Core's all-or-nothing 'administer users' permission. It also
  5. provides and enforces a 'create users' permission.
  6. CORE PERMISSIONS
  7. Administer users
  8. DO NOT set this for sub-admins. This permission bypasses all of the
  9. permissions in "Administer Users by Role".
  10. View user profiles
  11. Your sub-admins should probably have this permission. (Most things work
  12. without it, but for example with a View showing users, the user name
  13. will only become a link if this permission is set.)
  14. NEW PERMISSIONS
  15. Access the users overview page
  16. See the list of users at admin/people. Only users that can be edited are shown.
  17. Create new users
  18. Create users, at admin/people/create.
  19. Edit users with no custom roles
  20. Allows editing of any authenticated user that has no custom roles set.
  21. Edit users with role XXX
  22. Allows editing of any authenticated user with the specified role.
  23. To edit a user with multiple roles, the sub-admin must have permission to
  24. edit ALL of those roles. ("Edit users with no custom roles" is NOT needed.)
  25. The permission for cancel work exactly the same as those for edit.