Look into this: /gluon/contrib/login_methods/extended_login_form.py
On Thursday, 26 April 2012 23:30:34 UTC-5, Kenny wrote: > > So I think I successfully implemented Facebook login. However, I have a > problem combining with regular login. > > Because as the book stated, I did > > auth.settings.actions_disabled=['register','change_password','request_reset_password','profile'] > > so I can't use regular register/login > > How can I combine them together? Thank you. >