a, i c, thank you so much for your info, pbreit. i've tried to use the
janrain log in from the wizard one, but i don't know how to configure it,
for the absolute path, it seems the login form is appears, but it can't be
access after i log in, is there any problem in my code? and, is there any
information how to use janrain from web2py?

e.g.
from gluon.contrib.login_methods.rpx_account import RPXAccount
auth.settings.actions_disabled = ['register',
                                  'change_password',
                                  'request_reset_password']
auth.settings.login_form = RPXAccount(request,
                                      api_key =
'fddfe2efbc2bfe7fd219d175f13eb69ceb179555',
                                      domain = 'web2py',
                                      url = "
http://localhost:8000/%s/default/user/login"; % request.application)

any suggestion, pointer, is appreciate, thank you so much before.

On Wed, Apr 27, 2011 at 10:38 AM, pbreit <[email protected]> wrote:

> Needs to be absolute because it is used by Janrain.

Reply via email to