Role Manager plugin

Plugin details

role_manager adds a role management system for Radiant users.

Websitehttp://wiki.pluginaweek.org/Role_manager Repositoryhttp://svn.pluginaweek.org/trunk/plugins/radiant/role_manager/README Author Aaron Pfeifer Tags role, radiant LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://svn.pluginaweek.org/trunk/plugins/radiant/role_manager/README

Description
==============

Radiant comes baked in with a very basic role management system: administrators and developers. However, this doesn't give you fine-grained access over the exact pages each role has permissions to. +role_manager+ expands on the existing Radiant framework by providing these capabilities in addition to being able to define additional roles.

Usage
========

Running migrations
-----------------------

To migrate the tables required for this plugin, you can either run the migration from the command line like so:

  rake db:migrate:plugins PLUGIN=role_manager


or (more ideally) generate a migration file that will integrate into your main application's migration path:

  ruby script/generate plugin_migration role_manager

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 6 months ago