Check http://code.google.com/p/web2py/source/browse/gluon/contrib/login_methods/rpx_account.py. You might need to override the login_form method. Anthony
On Sunday, July 31, 2011 3:00:50 PM UTC-4, Matthew wrote: > I just tried to link a new web2py application with my Janrain account, > but I am still seeing the default Janrain options on the /default/user/ > login. My models/db.py has my key, domain (not full domain, just > Janrain app name), and the url to /default/user/login. My 0.py file > has "settings.login_method = 'janrain'" and "settings.login_config = > 'domain:api_key'". Am I missing anything? > > I am using the layout plugin and a layout - is there another spot to > alter in layouts? > > Thanks, > Matthew