You are here

README.txt in Path Access 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Module: Path Access
Author: Mike Carter <ixis.co.uk/contact>

Description
===========
The path_access module gives site administrators an additional layer of access control
to all pages of a Drupal site.


Benefits
========
Although a lot of the Drupal modules provide some degree of access control permissions it
never covers all possible requirements users have. Path_access provides the means to
restrict pages based on their path alias - meaning you can lock out certain user role
groups from whole sections of a site using wildcards.


Installation
============
Simply copy path_access directory to the /sites/all/modules directory of your Drupal
installation, and enable it in the administration module list.

Note that path_access is an extension to the path module, which must also
be enabled.

The Role_Weights module is also required to help determine the most important access restriction
if your users have multiple roles.


Details
=======
When access is denied to certain users they will see the 403 error 'Access Denied'
page which you have defined in the Drupal core settings. This can be changed at ?q=admin/settings

By default the module will allow both anonymous and authenticated users to access pages as usual.

For users with more than one role, the role weight determines which role is used for access. The
role with the highest weight number is used, other roles are ignored.

Use the LoginToboggan module if you would like to show a log in prompt to users who are
denied access to certain content.


Settings
========
You can configure what pages are visible/not visible to each of your user roles
via the 'urls' tab of the 'access control' section of the Drupal Administration.

Visit ?q=admin/user/pathaccess to edit the settings for each role group.

Page visibility configuration is carried out in exactly the same way as block
visibility in Drupal core.


Credits
=======
This module is the work of Mike Carter <ixis.co.uk/contact>. Please use the Drupal
project support request mechanism for queries on usage. http://drupal.org/forum

File

README.txt
View source
  1. Module: Path Access
  2. Author: Mike Carter
  3. Description
  4. ===========
  5. The path_access module gives site administrators an additional layer of access control
  6. to all pages of a Drupal site.
  7. Benefits
  8. ========
  9. Although a lot of the Drupal modules provide some degree of access control permissions it
  10. never covers all possible requirements users have. Path_access provides the means to
  11. restrict pages based on their path alias - meaning you can lock out certain user role
  12. groups from whole sections of a site using wildcards.
  13. Installation
  14. ============
  15. Simply copy path_access directory to the /sites/all/modules directory of your Drupal
  16. installation, and enable it in the administration module list.
  17. Note that path_access is an extension to the path module, which must also
  18. be enabled.
  19. The Role_Weights module is also required to help determine the most important access restriction
  20. if your users have multiple roles.
  21. Details
  22. =======
  23. When access is denied to certain users they will see the 403 error 'Access Denied'
  24. page which you have defined in the Drupal core settings. This can be changed at ?q=admin/settings
  25. By default the module will allow both anonymous and authenticated users to access pages as usual.
  26. For users with more than one role, the role weight determines which role is used for access. The
  27. role with the highest weight number is used, other roles are ignored.
  28. Use the LoginToboggan module if you would like to show a log in prompt to users who are
  29. denied access to certain content.
  30. Settings
  31. ========
  32. You can configure what pages are visible/not visible to each of your user roles
  33. via the 'urls' tab of the 'access control' section of the Drupal Administration.
  34. Visit ?q=admin/user/pathaccess to edit the settings for each role group.
  35. Page visibility configuration is carried out in exactly the same way as block
  36. visibility in Drupal core.
  37. Credits
  38. =======
  39. This module is the work of Mike Carter . Please use the Drupal
  40. project support request mechanism for queries on usage. http://drupal.org/forum