Can you show more of your 0.py and db.py code related to auth settings? Did you copy those files from somewhere?
On Sunday, July 31, 2011 3:59:14 PM UTC-4, Matthew wrote: > That method actually uses the values that are set in the RPXAccount > object, which is constructed in db.py. > > On Jul 31, 3:21 pm, Anthony <[email protected]> wrote: > > Checkhttp:// > code.google.com/p/web2py/source/browse/gluon/contrib/login_met.... > > 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

