From a1416326817b8d82717f2fe173435601e7d43cb4 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@agendaless.com>
Date: Thu, 25 Jun 2009 07:18:28 +0200
Subject: [PATCH] - If the form post value ``max_age`` exists while in the ``identify``   method is handling the ``login_handler_path``, pass the max_age   value in the returned identity dictionary as ``max_age``.

---
 CHANGES.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 540d5d5..a9a9747 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,11 @@
 Next release
 ============
 
+- If the form post value ``max_age`` exists while in the ``identify``
+  method is handling the ``login_handler_path``, pass the max_age
+  value in the returned identity dictionary as ``max_age``.  See the
+  below bullet point for why.
+
 - If the ``identity`` dict passed to the ``auth_tkt`` ``remember``
   method contains a ``max_age`` key with a string (or integer) value,
   treat it as a cue to set the ``Max-Age`` and ``Expires`` headers in

--
Gitblit v1.9.3