Re: [web2py] Re: Cannot register or login a user

2011-06-01 Thread Jon Molesa
I started a new app by copying the welcome folder instead of using the wizard. I copied over the models, views, and controllers from my old app. I also updated web2py to the latest. Using local account reg and login works perfectly. Enabling janrain bring up the login form, but after

Re: [web2py] Re: Cannot register or login a user

2011-06-01 Thread Jon Molesa
Twas a dumb oversight. domain='' in the janrain config isn't referring to the domain web2py is running on, localhost. No no. It's referring to your janrain.com subdomain. So if your janrain url is foo.rpxnow.com then just set domain='foo'. HTH anyone that comes across this. On Wed, Jun 1,

[web2py] Re: Cannot register or login a user

2011-05-30 Thread Massimo Di Pierro
LOL. Make sure that you have def user(): return dict(form=auth()) If still does not work, show us your db.py On May 30, 5:41 pm, rjmolesa rjmol...@gmail.com wrote: I've goofed up my application in some way that prevents me from registering or logging in. How do I fix this please?

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
No dice. Let me add that I get the registration and login forms, but that when I hit submit nothing happens. The form clears and reloads. I have 1 entry in auth_user table from when registration worked. Switching to janrain.com authentication also fails. My db.py can be found here 

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
That line exists in default.py. On Mon, May 30, 2011 at 7:08 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: LOL. Make sure that you have def user(): return dict(form=auth()) If still does not work, show us your db.py On May 30, 5:41 pm, rjmolesa rjmol...@gmail.com wrote: I've

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
Nevermind. Thanks anyway. On Mon, May 30, 2011 at 10:23 PM, Jon Molesa rjmol...@gmail.com wrote: That line exists in default.py. On Mon, May 30, 2011 at 7:08 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: LOL. Make sure that you have def user(): return dict(form=auth()) If still