summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-02 03:59:40 -0400
committerChris McDonough <chrism@plope.com>2010-11-02 03:59:40 -0400
commit968f469e9b9e5223208b6f86182e9466322646e0 (patch)
tree001f2b44a0e3f737c8ef397e11992cfb4a922c4d /CHANGES.txt
parent098e16b816ec19c19e89a4a7fd56e5ea050cdd12 (diff)
downloadpyramid-968f469e9b9e5223208b6f86182e9466322646e0.tar.gz
pyramid-968f469e9b9e5223208b6f86182e9466322646e0.tar.bz2
pyramid-968f469e9b9e5223208b6f86182e9466322646e0.zip
- 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``).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 955c07601..893fb3f5f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -152,3 +152,9 @@ Backwards Incompatibilities (with BFG 1.3.X)
during internationalization for caching purposes were never APIs. These
however have changed to ``localizer`` and ``locale_name``, respectively.
+- 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``).