【问题标题】:Magento enterprise sending password in email not reset linkMagento 企业在电子邮件中发送密码未重置链接
【发布时间】:2015-02-18 18:29:29
【问题描述】:

当用户单击重置密码填写电子邮件地址时,我现在正在使用 magento 企业,我们的 magento 将密码发送给用户。但我试图在电子邮件中添加重置链接。我尝试编辑

<a href="{{store url="customer/account/resetpassword/"_query_id=$customer.id _query_token=$customer.rp_token}}">{{store url="customer/account/resetpassword/"_query_id=$customer.id _query_token=$customer.rp_token}}</a>

http://yoursite.com/customer/account/resetpassword/?id={{var customer.id}}&token={{var customer.token}}

<a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.token}}</a>

其中三个不工作客户令牌没有收到电子邮件我尝试使用 rp_token ,令牌都在电子邮件中丢失了相同的问题令牌。

当我点击链接时会显示 404..

【问题讨论】:

    标签: magento


    【解决方案1】:

    当我在处理这个功能时,我看到“rp_token”不存在,然后我做了什么,我在客户下创建了 rp_token,ro_date 属性,然后一旦用户请求重置密码,我只需在这些属性中添加值,然后发送电子邮件链接。 . 这是完整的模块:

    http://www.sandeepsingh.us/product/magento-ajax-resetpassword-module/

    下载此模块请仔细阅读或安装,如果您无法运行,请告诉我..

    【讨论】:

      猜你喜欢
      • 2016-04-04
      • 2014-02-08
      • 2019-11-28
      • 2013-03-04
      • 2020-09-26
      • 2020-05-19
      • 2016-03-01
      • 2017-10-22
      • 1970-01-01
      相关资源
      最近更新 更多