Comments wgonzalezd started the conversationOctober 13, 2022 at 11:22pmHi.the password recovery e-mail is not being sent.Until recently it worked perfectly.The forgot password email is present in wp-admin -> emails. And if I restore the password wp admin - users It works.This option is enable : wp-admin -> vibebp-> settings -> Use wp default forgot password >OKYou can try it in my website https://infantium.tv/Please your help.[deleted] repliedOctober 17, 2022 at 9:01amadd this code in your wplms-customizer.php file in wplms customizer plugin : add_filter('vibebp_forgot_password',function($x){return 'wplms_forgot_password';});wgonzalezd repliedOctober 17, 2022 at 7:17pmIt works finethnks Sign in to reply ...
Hi.
the password recovery e-mail is not being sent.
Until recently it worked perfectly.
The forgot password email is present in wp-admin -> emails. And if I restore the password wp admin - users It works.
This option is enable : wp-admin -> vibebp-> settings -> Use wp default forgot password >OK
You can try it in my website https://infantium.tv/
Please your help.
add this code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('vibebp_forgot_password',function($x){return 'wplms_forgot_password';});
It works fine
thnks