• Resolved mareks7

    (@mareks7)


    because reset link is sourrouned by < and > like this <reset-link> and will not be shown in HTML mail like, MailPress.

    wp-modal-login/includes/class-wp-modal-login.php:307

    $message .= ‘<‘ . network_site_url( “wp-login.php?action=rp&key=$key&login=” . rawurlencode( $user_login ), ‘login’ ) . “>\r\n”;

    Removing “<” and “>” in line above korrekts that problem.

    $message .= network_site_url( “wp-login.php?action=rp&key=$key&login=” . rawurlencode( $user_login ), ‘login’ ) . “\r\n”;

    http://wordpress.org/plugins/wp-modal-login/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reset passwort, dasnt work within HTML mail’ is closed to new replies.