X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   stopping "profile changed" emails (https://forum.x-cart.com/showthread.php?t=5538)

RazorWriter 12-09-2003 03:06 PM

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!

funkydunk 12-30-2003 04:08 AM

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.