pelargir / radiant-page-group-permissions-extension forked from nikosd/radiant-page-group-permissions-extension

Organize your users into groups and divide up site-editing privileges accordingly

This URL has Read+Write access

Matthew Bass (author)
Tue Jul 07 09:54:52 -0700 2009
commit  09c440515f7631eae172bb9f604512831e9c47b8
tree    3ef3261fbc6ae80f16d1c0fc1216795790725a93
parent  bc951e9fed17f06b2fa045817fd75bc25d7b8f9a
README
= Page Group Permissions

Created by Matt Freels

This extension allows you to organize your users into groups and divide up site-editing privileges accordingly. It 
requires Radiant 0.8+ and the Shards extension found in the official Radiant repository.

To install, add page_group_permissions to vendor/extensions, and run:

rake db:extensions:migrate
rake radiant:extensions:page_group_permissions:update

Basic Usage:

Create and edit groups and add/remove members from the new groups tag.
Add page to a group by editing the page.
A member of a group has permission to edit any page owned by the group or children of said pages.

Enjoy!

Feedback appreciated at matt@freels.name


* 7/7/09 - Updated to work with Radiant 0.8+ [Matthew Bass]