AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Sam_78 on December 27, 2018, 10:32:01 AM

Title: reset password email
Post by: Sam_78 on December 27, 2018, 10:32:01 AM
Hi,
Whenever customer requests to reset password an email goes from orders@mysite.com is there a way it can go from some other email addresses ? Also after password is reset they get another email that says text_password_reset I tried to find it in languages but I couldn't find it so where is this text_password_reset is coming? I need to change it
Title: Re: reset password email
Post by: Basara on December 27, 2018, 11:28:10 PM
Hello.
text_password_reset indicate that language definition with this key is missing. You can add it manually or check if you have it in the your language XML file
https://github.com/abantecart/abantecart-src/search?q=text_password_reset&unscoped_q=text_password_reset
Title: Re: reset password email
Post by: Sam_78 on December 28, 2018, 01:25:53 PM
This is my public_html/storefront/language/english/mail/account_forgotten.xml
<?xml version="1.0"?>
<definitions>
  <definition>
    <key>text_subject</key>
    <value><![CDATA[%s - New Password]]></value>
  </definition>
  <definition>
    <key>text_greeting</key>
    <value><![CDATA[A new password was requested from %s.]]></value>
  </definition>
  <definition>
    <key>text_password</key>
    <value><![CDATA[Your new password is:]]></value>
  </definition>
</definitions>

Shall I add it here or in admin panel under language definition ?

There are other words missing like  text_new_password , error_reset_token  my version is 1.2.11
Title: Re: reset password email
Post by: Basara on January 01, 2019, 11:46:28 PM

Shall I add it here or in admin panel under language definition ?

There are other words missing like  text_new_password , error_reset_token  my version is 1.2.11

Add to XML and clear language cache in admin. If not help you can add manually