View Single Post
  #1  
Old 09-29-2010, 08:22 PM
 
accesspos accesspos is offline
 

Advanced Member
  
Join Date: Nov 2009
Posts: 52
 

Default 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
__________________
X-Cart 4.3.2 (Gold)
X-Special Offers
X-Comparison
X-Magnifier
BCSE - Simple Password Recovery
BCSE - Wholesale Pricing on Category Pages
BCSE - Category Headings
WebsiteCM - Prev / Next
WebsiteCM - EzUpsell
WebsiteCM - Dynamic Product Tabs
WebsiteCM - xCMS
WebsiteCM - CDSEO
Xcart Mods - Recently Viewed
SafetyNetWeb - Vistor Sitemap PRO
Altered Cart - On Sale
---------------------
Server: Linux Apache: 2.2.6 (Unix) PHP: 5.2.5 MySQL: 4.1.22 standard
Reply With Quote