• Resolved Tim

    (@tneville)


    Hello there,

    So far very impressed and pleased with ‘Clean Login’, it works really well. One query that I did want to ask about though was the use of another plugin to send out customised password reset emails instead of the default message Clean Login uses.

    We are currently using ‘Better Notifications for WP’ developed by ‘Made with Fuel’, to do this. I have a really nice, customised template set up in there explaining the password reset process to our users, who to contact if they have problems, and then using one of the plugins’ shortcodes I provide the password reset link.

    When using the [clean-login-restore] shortcode to reset passwords for users on the front end, they are sent a default message by the Clean Login plugin.

    Is there any way that we can change this to use the email from ‘Better Notifications for WP’? Currently that email is only sent if the password is reset at the form on /wp-admin

    Look forward to hearing your thoughts.

    Kind Regards,
    Tim

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Currently you can use this filter to make this change in the content:

    $message = apply_filters( "clean_login_email_restoration_content", $message);
    

    Maybe a solution for your problem would be a in a future include an option to avoid to send plugin’s emails and send the default one of WordPress.

    In this case, Better Notifications for WP will act and will send the messages.

    But this is not possible currently, although we add it to our task’s list.

    Thread Starter Tim

    (@tneville)

    Hi Javier,

    Thanks for the reply – I really appreciate it.

    Just to confirm, if I pop the above supplied filter into my custom functions.php file and put in my custom message that should work?

    I assume that the reset link would be automatically added after the custom message set in the above code?

    Thanks again for your help.

    Kind Regards,
    Tim

    Plugin Author Javier Carazo

    (@carazo)

    @tneville,

    No, you have to use it correctly.

    This is not so easy.

    Thread Starter Tim

    (@tneville)

    Hi Javier,

    Okay – until this feature is part of the plugin we’ll leave it, or find an alternative.

    Thanks for your help.

    Kind Regards,
    Tim

    Plugin Author Javier Carazo

    (@carazo)

    @tneville,

    Stay up to date to check in a next update when we include it.

    Thread Starter Tim

    (@tneville)

    Hi Javier,

    I will certainly be keeping an eye out for this feature. I presume you are unable to give any indication on when this might be available?

    Kind Regards,
    Tim

    Plugin Author Javier Carazo

    (@carazo)

    No sorry, we are busy and we have no timeline of it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Notification Emails’ is closed to new replies.