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
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
Hi all,
some help needed, I'm thinking of going crazy already. Dropped authkit
solution because it was no good and you are my last hope before creating my
own authorization/authentication solution. So, basically it is not working
:(.
In more words, the last error message is "wrong credentials" -