Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • daktari12
    Participant

    @daktari12

    hi,

    i get one solution at least to see link for reset password, the solution is :

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

    Open up your WordPress folder & edit wp-login.php file in editor.

    Now find below line

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

    Now code will look like below

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

    I want to say that i have hack BPmail with adfilter to use Wpmail because i am using SMTP so for me this solution working and i can see link

    BUT, i still do not see email reset password on Email List of Buddypress someone has solution please ?

Viewing 1 replies (of 1 total)
Skip to toolbar