You are here

README.txt in Path Access 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
Module: Path Access
Author: Mike Carter <http://www.ixis.co.uk/contact>
D6 port: CSÉCSY László <boobaa@kybest.hu>

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 folder to the modules directory of your Drupal
installation, and enable it in the administration > build > modules.

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


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/error-reporting

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


Settings
========
You can configure what pages are visible/not visible to each of your user roles
from the Drupal Users Administration section.

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 <http://www.ixis.co.uk/contact>. Please use the Drupal
project issue queue for support queries on usage. http://drupal.org/project/issues/path_access

File

README.txt
View source
  1. Module: Path Access
  2. Author: Mike Carter
  3. D6 port: CSÉCSY László
  4. Description
  5. ===========
  6. The path_access module gives site administrators an additional layer of access control
  7. to all pages of a Drupal site.
  8. Benefits
  9. ========
  10. Although a lot of the Drupal modules provide some degree of access control permissions it
  11. never covers all possible requirements users have. Path_access provides the means to
  12. restrict pages based on their path alias - meaning you can lock out certain user role
  13. groups from whole sections of a site using wildcards.
  14. Installation
  15. ============
  16. Simply copy path_access folder to the modules directory of your Drupal
  17. installation, and enable it in the administration > build > modules.
  18. Note that path_access is an extension to the path module, which must also
  19. be enabled.
  20. Details
  21. =======
  22. When access is denied to certain users they will see the 403 error 'Access Denied'
  23. page which you have defined in the Drupal core settings.
  24. This can be changed at ?q=admin/settings/error-reporting
  25. By default the module will allow both anonymous and authenticated users to access pages as usual.
  26. Settings
  27. ========
  28. You can configure what pages are visible/not visible to each of your user roles
  29. from the Drupal Users Administration section.
  30. Visit ?q=admin/user/pathaccess to edit the settings for each role group.
  31. Page visibility configuration is carried out in exactly the same way as block
  32. visibility in Drupal core.
  33. Credits
  34. =======
  35. This module is the work of Mike Carter . Please use the Drupal
  36. project issue queue for support queries on usage. http://drupal.org/project/issues/path_access