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 --- repoze/bfg/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze') 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