SUPEE 6788和密码重置(空白页)

Ico*_*con 13 magento magento-1.7 magento-1.8 magento-1.9

我已经安装了SUPEE 6788.然后注意到当您单击电子邮件中的重置链接时,密码重置页面为空白.有任何想法如何使重置页面显示?以前重置的页面使用是/ customer/account/resetpassword /补丁更新之后它是/ customer/account/changeforgotten/并且它是空白的

补丁的技术说明

APPSEC-1027,密码重置过程保护不足

此更改通过将form_key添加到客户注册页面模板/ customer/form/register.phtml以及对密码忘记页面布局/ customer.xml和template/customer/form/resetforgottenpassword.phtml的类似更改来影响模板.如果您的商店包含自定义注册或忘记密码的模板,请务必在此处添加此密钥.

Ico*_*con 45

如果在SUPEE-6788补丁之后您遇到" 忘记密码问题 ",换句话说该页面是空白的.

你必须编辑customer.xml文件,并替换客户布局customer_account_resetpasswordcustomer_account_changeforgotten.

文件位置:app/design/frontend/theme/default/layout/customer.xml主题名称可能与您有所不同.

刷新你的缓存,一切都好!

  • 我还必须更改块类型:`<block type ="customer/account_resetpassword"`到`<block type ="customer/account_changeforgotten"` (11认同)
  • 伟大的这使我的一天;) (2认同)