Re: [web2py] Cant get Janrain working

2012-10-30 Thread Marco Túlio Cícero de M . Porto
You could use it on db.py. But instructions placed in 0.py will be read first. 2012/10/26 Simon Carr > Thanks for the Response Marco. > > Can you explain what 0.py is? Are you saying that I should not configure > Janrain in db.py? > > Simon > > > On Friday, 26 October 2012 19:00:33 UTC+1, Marc

Re: [web2py] Cant get Janrain working

2012-10-26 Thread Simon Carr
Thanks for the Response Marco. Can you explain what 0.py is? Are you saying that I should not configure Janrain in db.py? Simon On Friday, 26 October 2012 19:00:33 UTC+1, Marco Tulio wrote: > > on 0.py try something like this > > settings.login_method = 'janrain' > settings.login_config = 'te

Re: [web2py] Cant get Janrain working

2012-10-26 Thread Marco Túlio Cícero de M . Porto
on 0.py try something like this settings.login_method = 'janrain' settings.login_config = 'teste:a33eb64c93717b9e34d7ab018563c91a15f1baa2' settings.plugins = [] where teste is your domain on janrain (to get that,k you need to signup janrain engage - http://janrain.com/products/engage/ ). And the