Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for letting me know. I shall run some tests and come back to you.

    thanks
    Sean

    Hello,

    Same error here, the issue is, when you clik on “remind password”, tow requests containing the parameter “sb_we_resend_” are submited (one with the “_wp_http_referer” parameter containing also the “sb_we_resend_”). So the foreach loop in the function “sb_we_loaded()” is sending twice.
    i’ve fix it adding an “if” before the loop witch test if the parameter “_wp_http_referer” is set up in request :

    if ( !isset($_REQUEST[‘_wp_http_referer’]) ) {
    //// HERE THE FOREACH LOOP WITH “sb_we_send_new_user_notification” CALL////
    }

    Hope it can help.

    @stonecoldcnc, all sorted now

    @igorii, thanks for the fix. You got there before I had a moment to look myself. Good catch!

    thanks
    Sean

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SB Welcome Email Editor] remind password is sending email twice’ is closed to new replies.