[Repoze-dev] repose.who challenger

2009-01-22 Thread binet bruno
Hi, I'm new to repoze.who, and I would like to code a challenger which is only responsible for forgetting credentials, nothing more! So only headers should be updated with 'forget_headers' arg, but the content of the http response should remain the same. Is this possible? For the moment I've

Re: [Repoze-dev] repose.who challenger

2009-01-23 Thread binet bruno
redirect in the challenger instead? - C binet bruno wrote: Hi, I'm new to repoze.who, and I would like to code a challenger which is only responsible for forgetting credentials, nothing more! So only headers should be updated with 'forget_headers' arg, but the content of the http response

Re: [Repoze-dev] update of repoze.what.plugins.sql to 1.0b1 breaks auth

2009-01-28 Thread binet bruno
detected :-/ I'll make another release today. Thanks! Cheers Wednesday January 28, 2009 11:59:35 binet bruno wrote: Hi, Today I've updated repoze.what.plugins.sql from egg repoze.what.plugins.sql-1.0a5_r3122-py2.5.egg to egg repoze.what.plugins.sql-1.0b1-py2.5.egg, and it breaks my

Re: [Repoze-dev] repoze.who...RedirectingFormPlugin

2009-02-03 Thread binet bruno
A new redirecting form plugin (FriendlyRedirectingFormPlugin) has been added to quickstart plugin. http://code.gustavonarea.net/repoze.what-quickstart/index.html#repoze.what.plugins.quickstart.FriendlyRedirectingFormPlugin This plugin can perform redirection to a custom page after login or logout.

[Repoze-dev] repoze.what-pylons bug

2009-02-11 Thread binet bruno
Hi. I am currently testing the new repoze.what plugin for pylons ( http://wiki.pylonshq.com/display/pylonscookbook/Authorization+with+repoze.what ) But an error occured when repoze.what.plugins.pylonshq.ActionController is decorating my index action of my main controller : TypeError: index() got

Re: [Repoze-dev] repoze.what.plugins.quickstart.FriendlyRedirectingFormPlugin

2009-02-13 Thread binet bruno
I've just opened a ticket : http://bugs.repoze.org/issue59 Cheers, Bruno 2009/2/12 Gustavo Narea m...@gustavonarea.net: Hi, Buino. On Wednesday February 11, 2009 10:31:12 binet bruno wrote: It will be also great if it was possible to choose using the __logins counter or no, so that we

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-17 Thread binet bruno
coding! On Wednesday February 11, 2009 16:46:08 binet bruno wrote: I get the same error with v1.0b2... :( I look at protectors.py code, and you still don't use module decorator which preserve the signature. Why don't you use it, as it is done by other pylons built-in decorators? Cheers

Re: [Repoze-dev] ActionProtector

2009-02-17 Thread binet bruno
Hi, You should use version 1.0b3 of repoze.what-pylons, which Gustavo has released today, instead of 1.0b2. It should solve your problem. Cheers, Bruno 2009/2/17 Iain Campbell i...@kandaba.com: Hi, Having sorted out the authentication, I'm now having a (presumably small) problem protecting