From 6506f3651f5ed483d6852f9419790220b3258bb0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 20 Oct 2009 22:49:53 +0000 Subject: - Re-issue authentication ticket if the cookie has expired when using ``repoze.bfg.security.remember`` when the ``authtktauthenticationpolicy`` authentication policy is in effect. (Patch from Andreas Zeidler). --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index bc1a5d039..9daf23b0d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,14 @@ Features registration of "settings" values obtained via ``repoze.bfg.settings.get_settings()`` for use in unit tests. +Bug Fixes +--------- + +- Re-issue authentication ticket if the cookie has expired when using + ``repoze.bfg.security.remember`` when the + ``authtktauthenticationpolicy`` authentication policy is in effect. + (Patch from Andreas Zeidler). + Documentation ------------- -- cgit v1.2.3