Jump to content

Help needed with customer password reminder


mmiikkee1975

Recommended Posts

I need help finding a file that has been changed.

 

The customer remember password. The retrieval is working up till the final one where the password is reset and the final email is sent. The actual password part of the final email is masked. I need to locate the .php or .txt file that controls this.to see if it has been changed. Its presta 1.6. Thanks

Link to comment
Share on other sites

in the password .txt file

 


[{shop_url}] 

Hi {firstname} {lastname}, 

E-MAIL ADDRESS: {email}

PASSWORD: {passwd}          

You can review your order and download your invoice from the
"Order history" [{history_url}] section of your
customer account by clicking "My account"
[{my_account_url}] on our shop. 

If you have a guest account, you can follow your order via the
"Guest Tracking"
[{guest_tracking_url}?id_order={order_name}] section
on our shop. 

{shop_name} [{shop_url}] powered by
PrestaShop(tm) [http://www.prestashop.com/] 

 

in the .html file


            <table style="font-family:Verdana, sans-serif;font-size:11px;color:#374953;width:550px;"><tbody><tr><td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border:none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
</tr><tr><td> </td>
</tr><tr><td align="left">Hi <strong>{firstname} {lastname}</strong>,</td>
</tr><tr><td> </td>
</tr><tr><td style="color:#fff;font-size:12px;font-weight:bold;padding:.5em 1em;" align="left">Your new {shop_name} login details</td>
</tr><tr><td> </td>
</tr><tr><td align="left"><strong>E-mail address:</strong> {email}<br /><strong>Password:</strong> {passwd}</td>
</tr><tr><td> </td>
</tr><tr><td align="left">Please be careful when sharing these login details with others.<br /><br />You can now order on our shop: {shop_url}</td>
</tr><tr><td> </td>
</tr><tr><td style="font-size:10px;border-top:1px solid #D9DADE;" align="center"><a style="font-weight:bold;text-decoration:none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration:none;color:#374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
</tr></tbody></table>

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...