You are here

INSTALL.txt in Simple Access 8.3

Same filename and directory in other branches
  1. 5.2 INSTALL.txt
  2. 5 INSTALL.txt
  3. 6.2 INSTALL.txt
  4. 7.2 INSTALL.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: simple_access module
Author: Gordon Heydon
Dependancies:
  This module requires node module.

INSTALLATION
********************************************************************
1. Place the entire simple_access directory into your Drupal modules/
   directory.

2. Enable this module by navigating to:

     administer > modules

3. After enabling this module in the previous step, navigate to

     administer > content management > post settings

   and click the 'Rebuild permissions' button. The module is now installed.


CREATING AN ACCESS GROUP
********************************************************************
Access groups are made up of user roles. Creating an access group
allows you to define the content accessible to those uesrs. By
default, simple_access makes all content public.

1. Once installed, navigate to

     administer > access control > simple access > add group

   and fill in the form fields as required.

CREATING A PROFILE
********************************************************************
Profiles are a method of defining the complete security configuration
for a node. So within a single profile the system administrator can
define exactly how a node will provide security. This means that users
with less knowledge can secure nodes without fear of exposing nodes to
users which should not have access.

File

INSTALL.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: simple_access module
  5. Author: Gordon Heydon
  6. Dependancies:
  7. This module requires node module.
  8. INSTALLATION
  9. ********************************************************************
  10. 1. Place the entire simple_access directory into your Drupal modules/
  11. directory.
  12. 2. Enable this module by navigating to:
  13. administer > modules
  14. 3. After enabling this module in the previous step, navigate to
  15. administer > content management > post settings
  16. and click the 'Rebuild permissions' button. The module is now installed.
  17. CREATING AN ACCESS GROUP
  18. ********************************************************************
  19. Access groups are made up of user roles. Creating an access group
  20. allows you to define the content accessible to those uesrs. By
  21. default, simple_access makes all content public.
  22. 1. Once installed, navigate to
  23. administer > access control > simple access > add group
  24. and fill in the form fields as required.
  25. CREATING A PROFILE
  26. ********************************************************************
  27. Profiles are a method of defining the complete security configuration
  28. for a node. So within a single profile the system administrator can
  29. define exactly how a node will provide security. This means that users
  30. with less knowledge can secure nodes without fear of exposing nodes to
  31. users which should not have access.