Facebook / Google login problem
-
Hello.
I try to setup facebook/google login. I follow your documentation step by step, line by line..
After user click on facebook login or google login, it redirect to facebook or google, correct select account, and come back BUT WITHOUT login (and without error). It comes again to login page…without login.
Can you help me ?
Thanks for support
Best Regards,
also, except facebook / google login, can we have REGISTER with facebook / google?
Thanks
Hi,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'basel_alt_auth_method', '__return_true' );
Regards
Working perfect!!!
You are fantastic!
Best Regards and many thanks!