• Resolved zeroTAG

    (@zerotag)


    Hi! I am currently managing a website for a client, that uses FunnelKit, specifically Automations PRO. And I noticed an issue on the /wp-login?action=lostpassword page. The password reset email does not trigger when supplied with the account’s email.

    Digging into the code, I found the place where it happens. The plugin is hooking itself through send_retrieve_password_email filter, and stopping WP Core from triggering the email, which is understandable behavior.

    On the file .../wp-marketing-automations-pro/crm/includes/transactional-emails/class-bwfcrm-transactional-mail-reset-password.php on line 85, there’s only one check for getting the user by login, and it fails silently if provided with the user email instead.

    I patched it for myself, but I would like to request for an official patch, so I don’t have to track this after updates.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.