cvs diff: Diffing . ? .project Index: README.txt =================================================================== RCS file: README.txt diff -N README.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ README.txt 6 Aug 2009 01:34:33 -0000 @@ -0,0 +1,35 @@ += Masquerade = + +The Masquerade module allows users to temporarily switch to another user +account. It keeps a record of the original user account, so users can easily +switch back to the previous account. + +== Installation == + +To install the Masquerade module, extract the module to your modules folder, +such as sites/all/modules. After enabling the module, it can be configured +under Administer > Site configuration > Masquerade. To enable users to +masquerade, assign the appropriate "masquerade module" permissions to the roles +available on your site. + +== Organic Groups == + +If you are using this module with the Organic Groups module, the weight of the +Organic Groups module must be higher then the weight of the Masquerade module. +To modify the weight of the module, either: + +1. Install the [Weight](http://drupal.org/project/weight) module to configure +the weights of modules on your site. + +2. Run the following SQL query in your database to change the weight of the +Organic Groups module: + + UPDATE system SET weight = 1 WHERE name = 'og'; + +== Help and Support == + +This module was developed by a number of contributors. For more information +about this module, see: + +Project Page: http://drupal.org/project/masquerade +Issue Queue: http://drupal.org/project/issues/masquerade