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.