- This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Change the 'New Password' E-mail
Hello,
I would like to modify the ‘New Password’ E-mail that users receive when they reset their password.
Even if I hardcode class.swpm-installation.php ( $reset_email_subject = get_bloginfo('name') . ") it is not working.
How can I modify this e-mail ? I just need a small change so I am OK to hardcode it.
Anybody have a clue ? I am very confuse about this. I change the text inside class.swpm-installation.php but I still receive the default e-mail.
We are going to add a settings for this in the future.
Look in the “classes/class.swpm-front-registration.php” file. Check for the following function and modify inside that function:
reset_password
Thanks for your help.
I see the function, but I still cannot figure how to modify the e-mail… I would like to modify the default text.
I am talking about this e-mail :
Dear (firstname) (lastname)
Here is your new password
User name: (username)
Password: (password)
Thank You