From e2cebd0f9116d8d2d6f7188b555065fc876818a9 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Mon, 05 Nov 2012 23:31:32 +0100
Subject: [PATCH] Merge pull request #7 from aodag/master

---
 docs/configuration.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/configuration.rst b/docs/configuration.rst
index 3c95930..48b08f5 100644
--- a/docs/configuration.rst
+++ b/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)]

--
Gitblit v1.9.3