Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rodrigosl

    (@rodrigosl)

    Sorry to bump but.. Anyone could help here?

    Thank you!

    Hi, I can’t recreate this.. Can you perhaps resave your template settings within the plugin and resend a test?

    Hi Sean

    I also don’t get any link with [reset_pass_url] but [reset_url] seems to work.

    ?

    Rasmus

    I found the problem!

    In line 140 of the …/sb_welcome_email_editor.php file, replace this line:

    $reset_url = wp_login_url() . '?action=rp&key=' . $key . '&login=' . rawurlencode($user_login);

    with

    $reset_url = wp_login_url() . '&action=rp&key=' . $key . '&login=' . rawurlencode($user_login);

    Basically just ? that needs replacing with &

    airsid

    (@airsid)

    Hello,
    [reset_url] works.
    But the link is not clickable in Yahoo mail, have to copy/paste it.
    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[reset_pass_url] doesn't parse’ is closed to new replies.