Home Forums WoodMart support forum Login/register error

Login/register error

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #183409

    caominhtuan175
    Participant

    I have conducted an update on Facebook, Google App ID and Secret in accordance with the instructions of the woodmart documentation, but when the registration is completed, it does not log into the account page but the registration page continues. below is my website, hope that you register and check to see if it is an error?

    #183478

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file

    add_filter( 'woodmart_alt_auth_method', '__return_true' );

    Regards

    #183485

    caominhtuan175
    Participant

    Ok thank you so much, it’s awesome.
    Let me ask, how do I manage login data?

    #183539

    Artem Temos
    Keymaster

    You can check your users’ information in your WordPress dashboard -> Users.

    #183578

    caominhtuan175
    Participant

    Ok thank you so much. I want to diversify the features of registration, such as: adding password confirmations, confirmation email inbox to prevent registration spam, reCapcha … So is Woodmart customizable? Or I have to use a 3rd party plugin

    #183600

    Artem Temos
    Keymaster

    Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.

    Regards

    #183638

    caominhtuan175
    Participant

    Ok thank you so much

    #183639

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘Login/register error’ is closed to new replies.