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)
-   -   Adding customer Password to Profile Modified Email (https://forum.x-cart.com/showthread.php?t=55769)

accesspos 09-29-2010 08:22 PM

Adding customer Password to Profile Modified Email
 
I was hoping someone could help me with adding the customers password into the email that they receive when they modify their profile.

When a new customer signs up their full profile is detailed / emailed including username and passord (skin1/mail/html/signin_notification.tpl)

There is code within this file which includes the password:

{if $config.Email.show_passwords_in_user_notificat eq 'Y'}
{include file="mail/html/profile_data.tpl" show_pwd="Y"}
{else}
{include file="mail/html/profile_data.tpl"}
{/if}

when a customer modifies their profile their full profile is detailed / emailed without their password (skin1/mail/html/profile_modified.tpl)

profile_modified.tpl has

{include file="mail/html/profile_data.tpl"}

so i thought i would replace it with the same code as in signin_notification.tpl

the password line is now included but the actual password seems to be encrpted ie. a bunch of numbers / code etc

Can anyone assist with this?

Thanks

rjackson7799 11-18-2010 09:59 PM

Re: Adding customer Password to Profile Modified Email
 
I'm having the same problem, any suggestions?


All times are GMT -8. The time now is 01:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.