Title: [reset_pass_url] doesn&#039;t parse
Last modified: August 30, 2016

---

# [reset_pass_url] doesn't parse

 *  Resolved [rodrigosl](https://wordpress.org/support/users/rodrigosl/)
 * (@rodrigosl)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/)
 * Hello!
 * Just installed the plugin and started to make some tests and the plugin is showing
   the `[reset_pass_url]` code instead of the url.
    I did search for updates but
   the codes I found did not work.
 * Any idea on how to fix?
 * Thank you.
 * [https://wordpress.org/plugins/welcome-email-editor/](https://wordpress.org/plugins/welcome-email-editor/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [rodrigosl](https://wordpress.org/support/users/rodrigosl/)
 * (@rodrigosl)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687004)
 * Sorry to bump but.. Anyone could help here?
 * Thank you!
 *  [Sean Barton](https://wordpress.org/support/users/seanbarton/)
 * (@seanbarton)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687095)
 * Hi, I can’t recreate this.. Can you perhaps resave your template settings within
   the plugin and resend a test?
 *  [Rasmus](https://wordpress.org/support/users/rassom/)
 * (@rassom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687128)
 * Hi Sean
 * I also don’t get any link with [reset_pass_url] but [reset_url] seems to work.
 * ?
 * Rasmus
 *  [Rasmus](https://wordpress.org/support/users/rassom/)
 * (@rassom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687131)
 * 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](https://wordpress.org/support/users/airsid/)
 * (@airsid)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687159)
 * 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.

 * ![](https://ps.w.org/welcome-email-editor/assets/icon-256x256.png?rev=3015931)
 * [Swift SMTP (formerly Welcome Email Editor)](https://wordpress.org/plugins/welcome-email-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/welcome-email-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/welcome-email-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/welcome-email-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/welcome-email-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/welcome-email-editor/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [airsid](https://wordpress.org/support/users/airsid/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/reset_pass_url-doesnt-parse/#post-6687159)
 * Status: resolved