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, 2011 at 2:00 AM, Jon Molesa <[email protected]> wrote: > 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 authenticating with my gmail account the page refreshes, but > appears to not log me in. I just keep getting the sign in form. Anyone > seen this before that cares to comment and point out the silly mistake > I'm making? > > On Tue, May 31, 2011 at 1:40 AM, Jon Molesa <[email protected]> wrote: >> Nevermind. Thanks anyway. >> >> On Mon, May 30, 2011 at 10:23 PM, Jon Molesa <[email protected]> wrote: >>> That line exists in default.py. >>> >>> On Mon, May 30, 2011 at 7:08 PM, Massimo Di Pierro >>> <[email protected]> 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 <[email protected]> wrote: >>>>> I've goofed up my application in some way that prevents me from >>>>> registering or logging in. How do I fix this please? >>> >>> >>> >>> -- >>> Jon Molesa >>> [email protected] >>> >> >> >> >> -- >> Jon Molesa >> [email protected] >> > > > > -- > Jon Molesa > [email protected] > -- Jon Molesa [email protected]

