News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

reset password email

Started by Sam_78, December 27, 2018, 10:32:01 AM

Previous topic - Next topic

Sam_78

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

Basara

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

Sam_78

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

Basara

Quote from: Sam_78 on December 28, 2018, 01:25:53 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

Forum Rules Code of conduct
AbanteCart.com 2010 -