[web2py] Quick Favor?

2019-09-10 Thread rjmolesa
Hey, I just signed the petition "Time Inc. : Bring back MySpace" and wanted to see if you could help by adding your name. Our goal is to reach 100 signatures and we need more support. You can read more and sign the petition here: http://chng.it/gGc8F6hVTM Thanks! Jenni -- Resources: - http://

[web2py] How to have a single user application

2013-02-10 Thread rjmolesa
I'm interested in branching my current application so that it will be single user desktop application. As such I don't want the user to have to register but I want to maintain auth tables and settings. Essentially I want a user to be able to download the app and begin using it right away as a '

[web2py] janrain dynamic hostname in url

2012-05-19 Thread rjmolesa
How can I get the host name that web2py is running on so that I can simply deploy a janrain enabled app without editing db.py each time auth.settings.login_form = RPXAccount(request, api_key='...', domain='...', url = "http://"; + application.hostname + "/%s/default/user/login" % request.appl

[web2py] Cannot register or login a user

2011-05-30 Thread rjmolesa
I've goofed up my application in some way that prevents me from registering or logging in. How do I fix this please?