![]() |
stopping "profile changed" emails
I can't find the template that tells x-cart to send "profile changed emails" - I need to stop these because they are apparently sent, containing the password, whenever I change an admin user's password. Very insecure!
|
for stopping customer emails comment out:
Code:
func_send_mail($newuser_info["email"], "mail/profile_modified_subj.tpl", "mail/profile_modified.tpl", $config["Company"]["users_department"], false); in include/register.php or admin emails comment out: Code:
func_send_mail($config["Company"]["users_department"], "mail/profile_admin_modified_subj.tpl", "mail/profile_admin_modified.tpl", $newuser_info["email"], true); |
All times are GMT -8. The time now is 07:04 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.