From 76e95124632a98bea84d4d81a5e0b322d56806fa Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@agendaless.com>
Date: Tue, 13 Jul 2010 18:29:12 +0200
Subject: [PATCH] Make the InsecureCookiePlugin take a ``charset`` argument

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

diff --git a/docs/plugins.rst b/docs/plugins.rst
index 4b57564..d155397 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -108,9 +108,12 @@
   A :class:`InsecureCookiePlugin` is an ``IIdentifier`` plugin.  It
   stores identification information in an insecure form (the base64
   value of the username and password separated by a colon) in a
-  client-side cookie.  It accepts a single argument named
+  client-side cookie.  It accepts a single required argument named
   *cookie_name*.  This is the cookie name of the cookie used to store
-  the identification information.
+  the identification information.  The plugin also accepts two optional
+  arguments:  *cookie_path* is the URL path root which scopes the cookie,
+  and *charset* is the name of a codec used to convert the login and password
+  to and from unicode.
 
 .. module:: repoze.who.plugins.form
 

--
Gitblit v1.9.3