Why does the email still have the verification link in it when user is verified?

Top WooCommerce & WordPress Plugins Forums Email Verification for WooCommerce Why does the email still have the verification link in it when user is verified?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #101218
    Asta
    Guest

    Hi, I tested this plugin with <b>Nextend Social Login</b> and it works great.

    The only problem is that the “new account <b>email</b>” still has the verification link in it, even though the account is already activated.

    Is there any way to remove the verification link for accounts created with the nextend social login?

    #101219
    WPFactory Plugins
    Participant
    Plugin Author

    Hi Asta,

    Are you getting the verification link from the Email Verification plugin or are you getting the default email from WordPress to set the password?

    #101220
    Asta
    Guest

    Nextend triggers the email.

    Using this option:

    I tried a workaround editing the email template to only echo “$additional_content” when “alg_wc_ev_is_activated” is empty, but its not working. Im gonna keep trying.

    if (get_user_meta($user_id, 'alg_wc_ev_is_activated', true) == 0) {
    			if ( $additional_content ) {
    	echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) );
    	}
    }
    
    #101221
    Asta
    Guest

    Looks like the my comment got the image removed automatically.

    That’s where I pointed out the email is Triggered by Nextend. Its a woocommerce new customer email.

    Global Settings > General > Registration notification sent to: User

    #101222
    WPFactory Plugins
    Participant
    Plugin Author

    Can you please send me your Nextend Social Login to [email protected]?
    My free version doesn’t allow to change the option you’ve mentioned

    Meanwhile, can you please try to:
    – Set – Global Settings > General > Registration notification sent to: WordPress default
    – Enable Send as a separate email on the Email Verification plugin

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.