Reset Password Email : Why do you change it?
-
Hello,
Thanks for your plugin Elastic Email Sender which works great for sending email.
But i wonder, why do you change Reset Password email content ?
There is no indication that you are doing this in your documentation, and nothing in settings to deactivate it. This plugin is a sender, not a templater for emails.
In my case, this email is already updated by Members plugin which provide a textarea to put my own message in it and i had to add a remove_filter in functions.php to keep my own text from being changed by yours :
remove_filter(“retrieve_password_message”, “ees_custom_password_reset”, 99);You should add a setting (checkbox seems enough) in your plugin setting page to let user decide if your plugin can change this message.
Thanks for reading.
Laurent
- The topic ‘Reset Password Email : Why do you change it?’ is closed to new replies.