Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: reset password email  (Read 3824 times)

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
reset password email
« 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5819
  • Karma: +274/-2
    • View Profile
Re: reset password email
« Reply #1 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

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
Re: reset password email
« Reply #2 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5819
  • Karma: +274/-2
    • View Profile
Re: reset password email
« Reply #3 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

 

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.