summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/zcml/authtktauthenticationpolicy.rst2
-rw-r--r--repoze/bfg/authentication.py2
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``