Thanks, seems Massimo just fixed it also

So thanks to both of you :)

On Fri, Jul 20, 2012 at 9:39 PM, Vladyslav Kozlovskyy <vld...@gmail.com> wrote:
> in gluon/validators.py replace line 2582:
>
> OLD: key = self.crypt.key.split(':')[1] if ':' in self.crypt.key else ''
> NEW: key = self.crypt.key.split(':')[1] if self.crypt.key and ':' in
> self.crypt.key else ''
>
> and restart web2py
>
> With the best regards,
> Vladyslav Kozlovskyy (Ukraine)
>
> 20.07.12 13:49, Alec Taylor написав(ла):
>
> Just grabbed the latest trunk from Google Code, and got quite an
> annoying problem, which I'm guessing was due to the added CSRF checks
> (http://code.google.com/p/web2py/source/detail?r=26be4b6bb1b607fda73219c93ee3e72f4eecd681).
>
> Basically I try to login to the admin panel, and it asks for my
> password, I enter my password and it has generated a ticket and has
> heading "Internal error", unfortunately I can't view the ticket until
> I've logged into admin
>
> .<
>
> Infinite loops are annoying!
>
> Can you please fix this error?
>
> Thanks,
>
> Alec Taylor
>
>
>
> --
>
>
>

-- 



Reply via email to