Folks,

I'm trying to implement multiple login forms (web2py basic + facebook)
something like this:
from gluon.contrib.login_methods.extended_login_form import
ExtendedLoginForm
other_form = FaceBookAccount(globals())
auth.settings.login_form = ExtendedLoginForm(request, auth, other_form,
signals=['token'])

But I get this error accessing index (no login required):

/models/db.py" 
<https://admin.titogarrido.webfactional.com/admin/default/edit/festbook/models/db.py>,
line 211, in <module>

    auth.settings.login_form = ExtendedLoginForm(request, auth,
other_form, signals=['token'])
TypeError: __init__() got multiple values for keyword argument 'signals'


What am I doing wrong?

Regards,

Tito

-- 

Linux User #387870
.........____
.... _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:_______

Reply via email to