[Repoze-dev] [issue99] max_age in repoze.who-friendlyform

2011-09-28 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: The form plugins are deprecated, and no longer distributed with repoze.who 2.0: http://svn.repoze.org/repoze.who.deprecatedplugins/tags/2.0/ -- status: unread - deferred __ Repoze Bugs

[Repoze-dev] [issue99] max_age in repoze.who-friendlyform

2009-10-03 Thread timor
New submission from timor ti...@cyhex.com: the repoze.who-friendlyform does not check for max_age value in the form. fix: add those lines to: friendlyform.py:129 # max_age = form.get('max_age', None) if credentials and max_age: credentials['max_age'] = max_age ## cheers timor