Support » Plugin: New User Approve » New User Workflow with WooCommerce

  • Resolved hf74

    (@hf74)


    I love this plug-in and the way it works.

    My question is since I am using woocommerce for my store. When a new user registers a new account under “my account” it also creates a new account (with password) and sets status as pending.

    When I approve the user in the “users” panel it sends a notification email and “resets” the password. Is there a way to keep the original password and only send if there was no password yet?

    https://wordpress.org/plugins/new-user-approve/

Viewing 1 replies (of 1 total)
  • Yes. There is a way to bypass the password being reset. You will need to add this code to your theme or in a plugin:

    add_filter( 'new_user_approve_bypass_password_reset', '__return_true' );

    Let me know if you have any problems.

Viewing 1 replies (of 1 total)
  • The topic ‘New User Workflow with WooCommerce’ is closed to new replies.