README.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. = Masquerade =
  2. The Masquerade module allows users to temporarily switch to another user
  3. account. It keeps a record of the original user account, so users can easily
  4. switch back to the previous account.
  5. == Installation and Configuration ==
  6. To install the Masquerade module, extract the module to your modules folder,
  7. such as sites/all/modules. After enabling the module, it can be configured
  8. under Administer > Configuration > People > Masquerade. To enable users to
  9. masquerade, assign the appropriate "masquerade module" permissions to the roles
  10. available on your site. For example:
  11. * To allow members of the 'customer support' role to masquerade as any
  12. non-admin user, add the 'masquerade as user' permission to the role. In the
  13. Masquerade configuration, set 'administrator' as an administrator role
  14. to prevent customer support users from masquerading as those users.
  15. * To allow members of the 'tech support' role to masquerade as 'administrator', add the 'masquerade as admin' permission to the role. Then,
  16. in the Masquerade configuration, set 'administrator' as an
  17. administrator role.
  18. == Quick Switch Menu ==
  19. By default, when a user is selected for the 'Menu Quick Switch user', the Masquerade module adds two menu items to the 'Navigation' menu:
  20. * Masquerade as 'the user selected': When clicked, the user can quick switch to the user selected.
  21. * Switch back: This menu item appears while masquerading so that you can switch back to your original user.
  22. == Help and Support ==
  23. This module was developed by a number of contributors. For more information
  24. about this module, see:
  25. Project Page: http://drupal.org/project/masquerade
  26. Issue Queue: http://drupal.org/project/issues/masquerade