Reset password link return blank page after I upgrade to the Magento 1.9.2.4
Asked
Active
Viewed 492 times
0
-
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 Answers
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
-
-
http://chat.stackoverflow.com/rooms/121528/discussion-between-jeeva-rathinam-and-nsdlfefinedieicbe – Gem Aug 23 '16 at 09:31
-
-
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
-
chat @ http://chat.stackoverflow.com/rooms/121528/discussion-between-jeeva-rathinam-and-nsdlfefinedieicbe – Gem Aug 24 '16 at 05:18
-
-
I have no sufficient reputation for it so please ask here. @JeevaRathinam – Mayur Aug 24 '16 at 05:20
-
-
-
-
-
-
-
-
Solution : https://magentary.com/kb/reset-password-blank-page-after-supee-6788/ – Gem Aug 24 '16 at 08:34