Heloo @voltronik,
My name is Teodor Cosofret and I am part of Cozmoslabs’s Support Team.
Technically this will not work because the Reset Password feature works differently in Profile Builder. My suggestion would be to add support inside BNFW for Profile Builder by using PB’s filters. When resetting the password, via PB’s Recover Password form, the user receives 2 email notifications:
1. We can modify the first email notification by using the following filters: wppb_recover_password_message_content_sent_to_user1
wppb_recover_password_message_title_sent_to_user1
You can find these filters in recover.php – line 222 / 225
2. We can modify the second email notification by using the following filters: wppb_recover_password_message_content_sent_to_user2
wppb_recover_password_message_title_sent_to_user2
You can find these filters in recover.php – line 281 / 284
With BNFW you can modify the email notification sent to the Admin when a user resets their password? If so then you can use the following PB filters:
wppb_recover_password_message_content_sent_to_admin
wppb_recover_password_message_title_sent_to_admin
You can find these filters in recover.php – line 295 / 298
@rbarron is saying that he is not receiving the Lost Password notification. This happens when he uses the default WordPress Lost Password form or when he is using PB’s Recover Password form?
Let me know if this information helped you.
Best regards,