[web2py] Re: help with login

2012-12-18 Thread Wonton
Hello Derek! I have this problem too but I have OpenSSL installed, in fact, I've used OpenSSL to build server.crt and server.key files so I can gain access to my web2py site using https. If it helps, I'm nowadays working on localhost, using web2py from source code (not the binary), and I'm usi

[web2py] Re: help with login

2012-12-17 Thread Derek
Make sure you have OpenSSL installed. On Monday, December 17, 2012 4:04:51 PM UTC-7, Derek wrote: > > This is telling me that your system doesn't support sha512? > > On Monday, December 17, 2012 3:31:48 PM UTC-7, samuel bonilla wrote: >> >> @servicios_publicos.json >> def login(usuario, password):

[web2py] Re: help with login

2012-12-17 Thread Derek
This is telling me that your system doesn't support sha512? On Monday, December 17, 2012 3:31:48 PM UTC-7, samuel bonilla wrote: > > @servicios_publicos.json > def login(usuario, password): > respuesta = {} > user = auth.login_bare(usuario, password) > if not user: > respuesta[