![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/Magento_Customer/email/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!--@subject {{trans "Reset your %store_name password" store_name=$store.frontend_name}} @--> <!--@vars { "var store.frontend_name":"Store Name", "var this.getUrl($store, 'customer/account/')":"Customer Account URL", "var this.getUrl($store,'customer/account/createPassword',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])":"Password Reset URL", "var customer.name":"Customer Name" } @--> {{template config_path="design/email/header_template"}} <p class="greeting">{{trans "%name," name=$customer.name}}</p> <p>{{trans "There was recently a request to change the password for your account."}}</p> <p>{{trans "If you requested this change, set a new password here:"}}</p> <table class="button" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table class="inner-wrapper" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center"> <a href="{{var this.getUrl($store,'customer/account/createPassword',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])}}" target="_blank">{{trans "Set a New Password"}}</a> </td> </tr> </table> </td> </tr> </table> <p>{{trans "If you did not make this request, you can ignore this email and your password will remain the same."}}</p> {{template config_path="design/email/footer_template"}}