=== Problem === On Magento 1.9.2.2, the reset password page was blank. === The cause === It turns out that a change was made to the customer.xml file. The block customer_account_resetpassword was renamed to customer_account_changeforgotten. Since my custom theme included it’s own customer.xml file, the original customer.xml file included in the Magento core was ignored. As it turns out, this problem can also be caused by installing security patch SUPEE-6788. === The solution === Simply update the customer.xml used by your theme. The following block: Reset a Password Reset a Password has to be updated to Reset a Password Reset a Password