p8 / radiant-restricted-access-extension
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Petrik (author)
Thu Oct 22 13:24:37 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 12 08:00:04 -0700 2009 | |
| |
README.textile | Mon Aug 10 02:47:53 -0700 2009 | |
| |
Rakefile | Tue May 12 08:00:04 -0700 2009 | |
| |
app/ | Thu Oct 22 13:24:37 -0700 2009 | |
| |
db/ | Thu Oct 22 13:23:14 -0700 2009 | |
| |
lib/ | Wed Jul 22 06:43:51 -0700 2009 | |
| |
restricted_access_extension.rb | Wed Jul 22 06:43:51 -0700 2009 | |
| |
script/ | Tue May 12 08:00:04 -0700 2009 | |
| |
spec/ | Thu Oct 22 13:23:14 -0700 2009 |
README.textile
Radiant Restricted Access Extension
Extracted from Aslak Hellesøy’s Ba http://github.com/aslakhellesoy/ba/
Works on 0.7.1
Features
- Restricts access to site pages below a certain path, requiring SiteUsers to login.
- If you create a Signup page users can register/activate.
- Extensive Site User management from the Radiant Admin (CRUD/activation).
- Import Site Users from a CSV file.
- Radius tags for signup form, login/logout, showing which pages.
- Mass mail functionality and ability to use mail templates
Installation
git submodule add git://github.com/p8/radiant-restricted-access-extension.git vendor/extensions/restricted_access
git submodule add git://github.com/technoweenie/restful-authentication.git vendor/plugins/restful-authentication
git submodule add git://github.com/rubyist/aasm.git vendor/plugins/aasm
rake radiant:extensions:restricted_access:migrate
Credits
- Aslak Hellesøy for creating Ba
