create user with facebook login
-
I have trouble with facebook login.
When I manually create an account, I can use facebook login. but when I try to create new user using facebook login, I be sent straight back to the registration form and receive a message that I’m logged in. but no new user has been created
Hi,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Regards
I have already tried this, but do not work
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Hi, That was the first thing I tried, but it did not work
Please, disable them so we can enter your dashboard and check everything.
I have disable any plugin i can disable
Please, provide us your admin access.
Could you please also switch to parent theme?
It fixed the problem. Could there be any of my codes that caused this?
Yes, if it doesn’t work with the child theme, then you have some code that breaks this function.
Thanks!
I had added to a consent button on the registration page. this created the problem