You are here

README.txt in Module Grants 7

Same filename and directory in other branches
  1. 6.4 README.txt
  2. 6 README.txt
  3. 6.3 README.txt
DESCRIPTION
===========
This module gets around a quirk in the 7.x core Node module.
Currently the Node module:
- ORs together access grants coming from multiple modules; this results
  in content being made accessible by one module when access had already
  been restricted by another, which is undesirable in most cases.

When Organic Groups, Domain, Content Access modules are used together this module
makes sure that the combination exhibits the expected behaviour: access is
granted to content only when it is in the correct group, domain AND user has the 
appropriate access.

The module_grants module achieves this by AND-ing rather than OR-ing the grants.

INSTALLATION AND CONFIGURATION
==============================
1. Place the "module_grants" folder in your "sites/all/modules" directory.
2. Under Administer >> Site building >> Modules, enable Module Grants.
3. If required, install and enable as many modules for content access control
   as you need for your situation. Typical examples are Organic Groups, Domain
   and Content Access.

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. This module gets around a quirk in the 7.x core Node module.
  4. Currently the Node module:
  5. - ORs together access grants coming from multiple modules; this results
  6. in content being made accessible by one module when access had already
  7. been restricted by another, which is undesirable in most cases.
  8. When Organic Groups, Domain, Content Access modules are used together this module
  9. makes sure that the combination exhibits the expected behaviour: access is
  10. granted to content only when it is in the correct group, domain AND user has the
  11. appropriate access.
  12. The module_grants module achieves this by AND-ing rather than OR-ing the grants.
  13. INSTALLATION AND CONFIGURATION
  14. ==============================
  15. 1. Place the "module_grants" folder in your "sites/all/modules" directory.
  16. 2. Under Administer >> Site building >> Modules, enable Module Grants.
  17. 3. If required, install and enable as many modules for content access control
  18. as you need for your situation. Typical examples are Organic Groups, Domain
  19. and Content Access.