• Resolved samhinsley

    (@samhinsley)


    Hi,
    Thank you for creating this plugin, is it exactly what I needed!

    Would it be possible to be able to customise the password reset email in the same way as we can the new user email? I have currently slightly changed the plugin code to edit the “$message” content to a HTML page I have designed externally but would love to be able to do it in the admin console.

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

    (@carazo)

    @samhinsley,

    Thanks for your words. As you can see in the code there are two hooks to override it:

    $message = apply_filters( "clean_login_email_restoration_content", $message);
                    $subject = apply_filters( "clean_login_email_restoration_subject", $subject);
    Thread Starter samhinsley

    (@samhinsley)

    Thank you,

    I have to admit I’m vaguely proficient enough to see the content variables but not that. I will see what I can do.

    Plugin Author Javier Carazo

    (@carazo)

    If you need more help let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customise Password Reset Email’ is closed to new replies.