Revision
1.1 -
(
show annotations)
(
download)
Thu Feb 10 17:14:23 2005 UTC
(4 years, 9 months ago)
by
mathias
Branch:
MAIN
CVS Tags:
HEAD
File MIME type: text/plain
Allows users to assign role-based viewing and editing permissions for nodes. This module has a couple of different objectives from other node permissions modules.
1) If you only want to manage who can edit content (not who can view pages that are in the published state), you can disable and hide the view permissions component of this module.
2) Users can optionally be restricted from editing their own node permissions.
3) Use this module in conjunction with both Actions module (http://drupal.org/node/16013) and Workflow module (http://drupal.org/project/workflow) to dynamically alter node permissions when a node changes state (for example, you could give write access to users in the Reviewer role when a node changes workflow from 'draft' to 'review').