この問題を解決するには、テーマによって使用されているカスタムのcustomer.xmlをapp/design/frontend /// layout /から削除するだけで十分です。そのため、基本テーマ(app/design/frontend/base /default/layout/customer.xml)が使用されます。
またはカスタムcustomer.xmlを次のセクションで含めるように更新することができます。
<customer_account_resetpassword 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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
</reference>
</customer_account_resetpassword>
をあなたはスパムフォルダを見たことがありますか? – dan
はい、そこには何もありません。 – Jebanisa