From 968f469e9b9e5223208b6f86182e9466322646e0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 03:59:40 -0400 Subject: - The default ``cookie_name`` value of the ``authtktauthenticationpolicy`` ZCML now defaults to ``auth_tkt`` (it used to default to ``repoze.bfg.auth_tkt``). - The default ``cookie_name`` value of the ``pyramid.authentication.AuthTktAuthenticationPolicy`` constructor now defaults to ``auth_tkt`` (it used to default to ``repoze.bfg.auth_tkt``). --- docs/zcml/authtktauthenticationpolicy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/zcml/authtktauthenticationpolicy.rst b/docs/zcml/authtktauthenticationpolicy.rst index fd97a42eb..1119de9b0 100644 --- a/docs/zcml/authtktauthenticationpolicy.rst +++ b/docs/zcml/authtktauthenticationpolicy.rst @@ -25,7 +25,7 @@ Attributes ``cookie_name`` The ``cookie_name`` is the name used for the cookie that contains - the user information. It defaults to ``repoze.bfg.auth_tkt``. + the user information. It defaults to ``auth_tkt``. ``secure`` ``secure`` is a boolean value. If it's set to "true", the cookie -- cgit v1.2.3