Skip to:
Content
Pages
Categories
Search
Top
Bottom

Lost Password Missing email and situation


  • daktari12
    Participant

    @daktari12

    Hello, Sorry in advance I use google translation

    I can not find the email configuration of the “lost password” in buddypress emails, I left on tool and I tried to repair but lost password mail still does not appear.

    When a user clicks on the lost password link in the frontend he receives an email but no link.

    I tried to add the mail manually in the menu email> Add, but the I do not see a lost password situation,

    Can somebody help me please

    I remember that the problem is recent because at the beginning I did not have this problem

    BP: Version 4.3.0
    Wp: Version 5.2.1

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)
  • You must be logged in to reply to this topic.
Skip to toolbar