simple_password
A Radiant CMS extension for authenticating access to a single page with a HTTP Basic password
A “Simple Password Page” page protects contents with HTTP Basic
Authentication. The user name, password, and realm are set up in
the “config” page part with the following YAML format:
user: foo
password: secret
realm: kingdom
You will need to quote strings with ambiguous meaning in YAML including
(not limited) to: “!abc”, “foo:bar”, “null”, “true”, “false”, “yes”,
“no”, “on”, “off” (see http://yaml.org/spec/1.2/#id2588633 and
http://en.wikipedia.org/wiki/YAML#Pitfalls_and_implementation_defects)
SimplePasswordExtension depends on the authenticate_with_http_basic and
request_http_basic_authentication methods, introduced with Rails 2, and
Radiant > 0.6.5.
| Author | Mark Yoon |
|---|---|
| Website | http://wiki.github.com/radiant/radiant/simple-password-extension |
| Repository | git://github.com/yoon/radiant-simple-password-extension.git |
| Supports | Radiant 0.8.1 |
| Record Created | September 4, 2008 (almost 2 years ago) |
| Last Updated | March 18, 2010 (6 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install simple_password
