Forum Replies Created

Viewing 1 replies (of 1 total)
  • Same issue here, glad to see I’m not the only one.

    Line 461 of sb_welcome_email_editor.php of the plugin is as follows:

    
    $login_url = $reset_pass_url = wp_login_url() . '?action=rp&key=' . $key . '&login=' . rawurlencode( $user->user_login );
    

    This line as well as lines 147 & 444 must be edited to use the hardcoded TML URL.

    (to someone less experienced, this can be found by connecting to your website via FTP and opening wp-content/plugins/welcome-email-editor/sb_welcome_email_editor.php)

    So I was thinking the best solution is to use a TML reset pass url function (if it exists) in place of wp_login_url(). For now I’ll hardcode the TML custom url, but I’m wondering if there is a better way to do it?

    Appreciate the assistance and hope my info helps someone.

    • This reply was modified 6 years, 2 months ago by John Hazel.
    • This reply was modified 6 years, 2 months ago by John Hazel.
Viewing 1 replies (of 1 total)