From 887a0c78919e6c3d1acfe1f9cc16a3aaf054a514 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 10 Sep 2010 02:36:54 +0000 Subject: s/encrypt/sign --- docs/zcml/authtktauthenticationpolicy.rst | 2 +- repoze/bfg/authentication.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zcml/authtktauthenticationpolicy.rst b/docs/zcml/authtktauthenticationpolicy.rst index e779fc9a8..79fec1406 100644 --- a/docs/zcml/authtktauthenticationpolicy.rst +++ b/docs/zcml/authtktauthenticationpolicy.rst @@ -11,7 +11,7 @@ Attributes ~~~~~~~~~~ ``secret`` - The ``secret`` is a string that will be used to encrypt the data + The ``secret`` is a string that will be used to sign the data stored by the cookie. It is required and has no default. ``callback`` diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index b8d398985..54e106af5 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -164,7 +164,7 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): ``secret`` - The secret (a string) used for auth_tkt cookie encryption. + The secret (a string) used for auth_tkt cookie signing. Required. ``callback`` -- cgit v1.2.3