Okay
  Public Ticket #3146034
Password recovery email not sent
Closed

Comments

  • wgonzalezd started the conversation

    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.

  • [deleted] replied

    add this code in your wplms-customizer.php file in wplms customizer plugin : 

    add_filter('vibebp_forgot_password',function($x){return 'wplms_forgot_password';});

  • wgonzalezd replied

    It works fine

    thnks