Re: [Repoze-dev] Help with integration with pylons needed

2009-06-30 Thread Vedran Hudec
Hi all, problem has been solved: 1) foo.password changed to foo._set_password('foo') 2) the problem was in the name "username" text box. It should be "login". Best regards, Vedran On Tue, Jun 30, 2009 at 11:25 AM, Vedran Hudec wrote: > Hi all, > > some help needed, I'm thinking of going crazy

Re: [Repoze-dev] Help with integration with pylons needed

2009-06-30 Thread Bruno Binet
Hi, I encountered the same error following this tutorial : http://wiki.pylonshq.com/display/pylonscookbook/Authorization+with+repoze.what The line which hurts is : login_counter = request.environ['repoze.who.logins'] It works for me when I replaced that line by : if 'repoze.who.logins' in reques