diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |
