Lost Password not triggering emails when using user email
-
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=lostpasswordpage. 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_emailfilter, 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.phpon line 85, there’s only one check for getting the user bylogin, 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!
You must be logged in to reply to this topic.