Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active April 16, 2018 15:07
Show Gist options
  • Save Nolwennig/fd659021c029c9293eb21d31a4796ddc to your computer and use it in GitHub Desktop.
Save Nolwennig/fd659021c029c9293eb21d31a4796ddc to your computer and use it in GitHub Desktop.
Magento: SUPEE-6788 patch
<customer_account_changeforgotten translate="label">
<label>Reset a Password</label>
<remove name="right"/>
<remove name="left"/>
<reference name="head">
<action method="setTitle" translate="title" module="customer">
<title>Reset a Password</title>
</action>
</reference>
<reference name="root">
<action method="setTemplate">
<template>page/1column.phtml</template>
</action>
<action method="setHeaderTitle" translate="title" module="customer">
<title>Reset a Password</title>
</action>
</reference>
<reference name="content">
<block type="customer/account_changeforgotten" name="changeForgottenPassword" template="customer/form/resetforgottenpassword.phtml"/>
</reference>
</customer_account_changeforgotten>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment