[web2py] Re: Error background task with Redis

2016-12-21 Thread Jose de Soto
Hi Fabiano, Maybe to late. Here you have a full app based in python-rq: https://github.com/josedesoto/web2py-rq-dashboard On Tuesday, 16 June 2015 19:15:03 UTC+2, Fabiano Faver wrote: > > Failed to copy the 2 error. The full traceback of the second error: > Traceback (most recent call last): >

Re: [web2py] Unable to send mail using gmail.com in web2py

2016-07-05 Thread Jose de Soto
Maybe too late, but I just found Google has added many security improvements. In my case the emails stop working. To fix it I have done: 1- Enable less secure apps: https://www.google.com/settings/security/lesssecureapps 2- Unlock Captcha for the account:

Re: [web2py] Re: pysaml for web2py2.9.5

2015-07-17 Thread Jose de Soto
Hi, I have been playing with pysaml2 and web2py, maybe this SP example helps: https://github.com/josedesoto/web2py-sp-example Regards, On Tuesday, 14 October 2014 19:31:05 UTC+2, Prasad Muley wrote: Thanks for Mandar. On Tue, Oct 14, 2014 at 10:59 PM, Mandar Vaze manda...@gmail.com

Re: [web2py] Re: SAML2 Service Provider app in web2py?

2015-07-17 Thread Jose de Soto
Hi, I have been playing with pysaml2 and web2py, maybe this SP example helps: https://github.com/josedesoto/web2py-sp-example Regards, On Monday, 27 October 2014 08:09:07 UTC+1, Prasad Muley wrote: Hi Massimo, In which provider log should I look into? (service provider [web2py

[web2py] Re: Websocket doesn't work on stable version

2015-02-26 Thread Jose de Soto
Hi, It looks that in Tornado 4.X has been included: * check_origin*, here more info: http://tornado.readthedocs.org/en/latest/websocket.html#tornado.websocket.WebSocketHandler.check_origin In the DistributeHandler, you can insert the next code: *def check_origin(self, origin):* *

[web2py] Re: Ldap and user gruops (Require ldap-group)

2011-08-30 Thread Jose de Soto
You can check this link: http://stackoverflow.com/questions/6661674/ldap-and-user-groups-require-ldap-group For now, I have created the group structure inside my database, so: 1- I login in Ldap 2- (if yes) I check the group in my database On Jul 12, 3:18 pm, Jose de Soto josedes

[web2py] Ldap and user gruops (Require ldap-group)

2011-07-12 Thread Jose de Soto
Hello, I am developing a APP and I would like to use this APP with our LDAP and filter the users by groups. I have this code in APACHE: AuthLDAPURL ldap://localhost/ou=users,dc=comain,dc=com?uid AuthLDAPGroupAttribute memberUid