ChrisRicca / radiant-simple-password-extension

A Radiant CMS extension for authenticating access to a single page with a HTTP Basic password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Simple Password Extension

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.

About

A Radiant CMS extension for authenticating access to a single page with a HTTP Basic password