• Resolved wci

    (@wci)


    Hi Support Team,

    I am using WP vers.4.1.1 with buddypress vers.2.2.1 installed. My problem is, if a user want to reset or lost his password (gamma(dot)worldcheckin.com/wp-login.php?action=lostpassword), then he will not get a link url within his email request.

    How can I solve this problem?

    Regards, Alex

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wci

    (@wci)

    Hi again – I found out this is not a wordpress problem it is more a gmail problem in case of deleting the link.

    Find here the instruction which has helped me – https://core.trac.wordpress.org/ticket/21095

    You need to switch the brackets from “<” and “>” to “(” and “)” in your code within your wp-login.php in use

    Here are the code snippets to be changed

    from

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

    to

    $message .= '(' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . ")\r\n";

    This has helped me to solve this problem.

    Regards, Alex

    i tried —-Custom Forgot Password Mail —-plugin and it worked , link is back on email. wp 4 latest .

    Thanks that helped. Appreciated

    Hey thanks everyone, Im onto one of these solutions now. Would rather use the plugin then to modify a core wordpress file though

    Thanks a lot! It works now

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Password reset missing Link Url within email ( buddypress)’ is closed to new replies.