Home Forums WoodMart support forum Google login redirect to login page

Google login redirect to login page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #96678

    Solid Solutions
    Participant

    Apparently google login is not creating user, when new user login with google. It take back to login page of my site

    #96689

    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

    #96940

    Solid Solutions
    Participant

    I added but the problem still resist, it still takes me back to my account page and asked to login

    Attachments:
    You must be logged in to view attached files.
    #96944

    Solid Solutions
    Participant

    Hey
    I have solved this, I double check the keys and redirect address and found the key is missing some of its part

    #96958

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out.

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

The topic ‘Google login redirect to login page’ is closed to new replies.