hi, i've tried to implement what was wrote on the web2py book on chapter 8 bout openid auth:
from gluon.contrib.login_methods.openid_auth import OpenIDAuth auth.settings.login_form = OpenIDAuth(auth) no error occured, but i can't login, did anyone know how to implement it? thank you so much before.

