Tres Seaver
2012-11-05 6f94721daea5cd4556f96deedbbdab18dc65daa1
Merge branch 'master' of github.com:repoze/repoze.who
2 files modified
4 ■■■■ changed files
docs/configuration.rst 2 ●●● patch | view | raw | blame | history
docs/plugins.rst 2 ●●● patch | view | raw | blame | history
docs/configuration.rst
@@ -104,7 +104,7 @@
    htpasswd = HTPasswdPlugin(io, cleartext_check)
    basicauth = BasicAuthPlugin('repoze.who')
    auth_tkt = AuthTktCookiePlugin('secret', 'auth_tkt')
    redirector = FormPlugin('/login.html')
    redirector = RedirectorPlugin('/login.html')
    redirector.classifications = {IChallenger:['browser'],} # only for browser
    identifiers = [('auth_tkt', auth_tkt),
                   ('basicauth', basicauth)]
docs/plugins.rst
@@ -137,7 +137,7 @@
  *reason_header* is an optional parameter overriding the default response
  header name (``X-Authorization-Failure-Reason``) which
  the plugin checks to find the application-supplied reason for the challenge.
  *reason_header* cannot be set unless *reason_header* is also set.
  *reason_header* cannot be set unless *reason_param* is also set.
.. module:: repoze.who.plugins.sql