0

Reset password link return blank page after I upgrade to the Magento 1.9.2.4

enter image description here

Mayur
  • 169
  • 5
Gem
  • 126
  • 1
  • 2
  • 18
  • try this : http://stackoverflow.com/questions/33443503/supee-6788-and-password-reset-blank-page – fresher Aug 23 '16 at 07:48
  • also this : [link2](http://magento.stackexchange.com/questions/107502/change-forgotten-password-page-blank) & [link3](http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/) for more information. – fresher Aug 23 '16 at 07:49
  • I'm voting to close this question as off-topic because Stack Overflow is a [programming-related](http://stackoverflow.com/help/on-topic) Q&A site. Your question is not about programming. Perhaps you should post it on http://magento.stackexchange.com instead? – Enigmativity Aug 24 '16 at 03:09

2 Answers2

1

Change forgotten password page was changed with SUPEE-6788 security patch.

In most cases all that's required to fix the issue is to copy customer_account_changeforgotten layout update handle from base/layout/customer.xml to [theme]/layout/customer.xml.

You can find more information on official patch documentation page: https://magento.com/security/patches/supee-6788-technical-details

Best of luck!

Mladen Ilić
  • 1,667
  • 1
  • 17
  • 21
0

This issue is related to SUPPEE-6788. Either you upgraded Magento or install this Patches. So I suggest you to please add FORM KEY in forgot password form.

And if you didn't change it in customer.xml then please change reset password code from base to your theme's customer.xml

Mayur
  • 169
  • 5