rbac_base
Creates finer control over the types of roles that Radiant uses or may use, allowing other extensions to create their own user roles and restrict their extension to users in that role.
| Author | Jim Gay |
|---|---|
| Website | http://github.com/saturnflyer/radiant-rbac_base-extension/tree/master |
| Repository | git://github.com/saturnflyer/radiant-rbac_base-extension.git |
| Supports | Radiant 0.9.1 |
| Record Created | January 22, 2009 (over 1 year ago) |
| Last Updated | July 6, 2010 (about 1 month ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install rbac_base
Or you can install it as a gem:
gem install radiant-rbac_base-extension
And load it with:
config.gem 'radiant-rbac_base-extension', :lib => false
