Home New Guten Forums WoodMart support forum create user with facebook login

create user with facebook login

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #82577

    skauern89
    Participant

    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

    #82598

    Artem Temos
    Keymaster

    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

    #82602

    skauern89
    Participant

    I have already tried this, but do not work

    #82606

    Artem Temos
    Keymaster

    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

    #82607

    skauern89
    Participant

    Hi, That was the first thing I tried, but it did not work

    #82608

    Artem Temos
    Keymaster

    Please, disable them so we can enter your dashboard and check everything.

    #82609

    skauern89
    Participant

    I have disable any plugin i can disable

    #82610

    Artem Temos
    Keymaster

    Please, provide us your admin access.

    #82611

    skauern89
    Participant

    Sure

    #82612

    Artem Temos
    Keymaster

    Could you please also switch to parent theme?

    #82613

    skauern89
    Participant

    It fixed the problem. Could there be any of my codes that caused this?

    #82619

    Artem Temos
    Keymaster

    Yes, if it doesn’t work with the child theme, then you have some code that breaks this function.

    #82623

    skauern89
    Participant

    Thanks!

    I had added to a consent button on the registration page. this created the problem

    #82638

    Artem Temos
    Keymaster

    You are welcome!

Viewing 14 posts - 1 through 14 (of 14 total)