Changeforgotten password page is blank, disabling customer.xml fixes?












1















Clicking the password reset link sent in an email leads to the /customer/account/changeforgotten/ page, but it is blank.



Disabling the customer.xml file (renaming it rather) fixes the issue but I don't want to leave it disabled, nor do I want to have an unworking/outdated customer.xml file.



The below is my current code that leaves my login button intact (the replacement code further below does remove the login button), but keeps the changeforgotten page blank:

Customer Forgot Password Form



    <reference name="head">
<action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
</reference>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
<action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
</reference>
<reference name="content">
<!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
<block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
</reference>
</customer_account_forgotpassword>


I have tried adding the below, but it removes my login button and still leaves the changeforgotten page blank.

Reset a Password



<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>




Besides disabling the customer.xml file, is there a fix? I'm running CE 1.8.1.0, and pretty new to Magento. Thank you.










share|improve this question



























    1















    Clicking the password reset link sent in an email leads to the /customer/account/changeforgotten/ page, but it is blank.



    Disabling the customer.xml file (renaming it rather) fixes the issue but I don't want to leave it disabled, nor do I want to have an unworking/outdated customer.xml file.



    The below is my current code that leaves my login button intact (the replacement code further below does remove the login button), but keeps the changeforgotten page blank:

    Customer Forgot Password Form



        <reference name="head">
    <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
    </reference>
    <reference name="root">
    <action method="setTemplate"><template>page/1column.phtml</template></action>
    <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
    </reference>
    <reference name="content">
    <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
    <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
    </reference>
    </customer_account_forgotpassword>


    I have tried adding the below, but it removes my login button and still leaves the changeforgotten page blank.

    Reset a Password



    <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>




    Besides disabling the customer.xml file, is there a fix? I'm running CE 1.8.1.0, and pretty new to Magento. Thank you.










    share|improve this question

























      1












      1








      1








      Clicking the password reset link sent in an email leads to the /customer/account/changeforgotten/ page, but it is blank.



      Disabling the customer.xml file (renaming it rather) fixes the issue but I don't want to leave it disabled, nor do I want to have an unworking/outdated customer.xml file.



      The below is my current code that leaves my login button intact (the replacement code further below does remove the login button), but keeps the changeforgotten page blank:

      Customer Forgot Password Form



          <reference name="head">
      <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
      </reference>
      <reference name="root">
      <action method="setTemplate"><template>page/1column.phtml</template></action>
      <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
      </reference>
      <reference name="content">
      <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
      <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
      </reference>
      </customer_account_forgotpassword>


      I have tried adding the below, but it removes my login button and still leaves the changeforgotten page blank.

      Reset a Password



      <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>




      Besides disabling the customer.xml file, is there a fix? I'm running CE 1.8.1.0, and pretty new to Magento. Thank you.










      share|improve this question














      Clicking the password reset link sent in an email leads to the /customer/account/changeforgotten/ page, but it is blank.



      Disabling the customer.xml file (renaming it rather) fixes the issue but I don't want to leave it disabled, nor do I want to have an unworking/outdated customer.xml file.



      The below is my current code that leaves my login button intact (the replacement code further below does remove the login button), but keeps the changeforgotten page blank:

      Customer Forgot Password Form



          <reference name="head">
      <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
      </reference>
      <reference name="root">
      <action method="setTemplate"><template>page/1column.phtml</template></action>
      <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
      </reference>
      <reference name="content">
      <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
      <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
      </reference>
      </customer_account_forgotpassword>


      I have tried adding the below, but it removes my login button and still leaves the changeforgotten page blank.

      Reset a Password



      <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>




      Besides disabling the customer.xml file, is there a fix? I'm running CE 1.8.1.0, and pretty new to Magento. Thank you.







      magento-1.8 password-recovery






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 19 '16 at 15:49









      J. CrespoJ. Crespo

      612




      612






















          3 Answers
          3






          active

          oldest

          votes


















          4














          Make sure this is in your customer.xml file. Pay attention to the change in customer_account_forgotpassword. Sounds like possibly and old theme issue after applying patch SUPEE 6788



          <customer_account_forgotpassword translate="label">
          <label>Customer Forgot Password Form</label>
          <remove name="right"/>
          <remove name="left"/>

          <reference name="head">
          <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
          </reference>
          <reference name="root">
          <action method="setTemplate"><template>page/1column.phtml</template></action>
          <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
          </reference>
          <reference name="content">
          <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
          <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
          </reference>
          </customer_account_forgotpassword>

          <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>





          share|improve this answer



















          • 1





            same issue solved refer this link stackoverflow.com/questions/33443503/…

            – Sourav
            Feb 3 '18 at 4:32



















          0














          Find

          <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>

          And Paste

          <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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
          </reference>
          </customer_account_changeforgotten>




          share































            -1














            you can check that page http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/



            the problem is on customer.xml , you need to add after customer_account_forgotpassword








            share|improve this answer
























            • Linking to an external site with no new infomation providedto the answer

              – elfling
              Feb 4 '18 at 23:53











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "479"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f116149%2fchangeforgotten-password-page-is-blank-disabling-customer-xml-fixes%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            Make sure this is in your customer.xml file. Pay attention to the change in customer_account_forgotpassword. Sounds like possibly and old theme issue after applying patch SUPEE 6788



            <customer_account_forgotpassword translate="label">
            <label>Customer Forgot Password Form</label>
            <remove name="right"/>
            <remove name="left"/>

            <reference name="head">
            <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
            </reference>
            <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
            <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
            </reference>
            <reference name="content">
            <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
            <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
            </reference>
            </customer_account_forgotpassword>

            <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>





            share|improve this answer



















            • 1





              same issue solved refer this link stackoverflow.com/questions/33443503/…

              – Sourav
              Feb 3 '18 at 4:32
















            4














            Make sure this is in your customer.xml file. Pay attention to the change in customer_account_forgotpassword. Sounds like possibly and old theme issue after applying patch SUPEE 6788



            <customer_account_forgotpassword translate="label">
            <label>Customer Forgot Password Form</label>
            <remove name="right"/>
            <remove name="left"/>

            <reference name="head">
            <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
            </reference>
            <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
            <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
            </reference>
            <reference name="content">
            <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
            <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
            </reference>
            </customer_account_forgotpassword>

            <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>





            share|improve this answer



















            • 1





              same issue solved refer this link stackoverflow.com/questions/33443503/…

              – Sourav
              Feb 3 '18 at 4:32














            4












            4








            4







            Make sure this is in your customer.xml file. Pay attention to the change in customer_account_forgotpassword. Sounds like possibly and old theme issue after applying patch SUPEE 6788



            <customer_account_forgotpassword translate="label">
            <label>Customer Forgot Password Form</label>
            <remove name="right"/>
            <remove name="left"/>

            <reference name="head">
            <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
            </reference>
            <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
            <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
            </reference>
            <reference name="content">
            <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
            <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
            </reference>
            </customer_account_forgotpassword>

            <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>





            share|improve this answer













            Make sure this is in your customer.xml file. Pay attention to the change in customer_account_forgotpassword. Sounds like possibly and old theme issue after applying patch SUPEE 6788



            <customer_account_forgotpassword translate="label">
            <label>Customer Forgot Password Form</label>
            <remove name="right"/>
            <remove name="left"/>

            <reference name="head">
            <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
            </reference>
            <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
            <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
            </reference>
            <reference name="content">
            <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
            <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
            </reference>
            </customer_account_forgotpassword>

            <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>






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 19 '16 at 16:39









            elflingelfling

            459314




            459314








            • 1





              same issue solved refer this link stackoverflow.com/questions/33443503/…

              – Sourav
              Feb 3 '18 at 4:32














            • 1





              same issue solved refer this link stackoverflow.com/questions/33443503/…

              – Sourav
              Feb 3 '18 at 4:32








            1




            1





            same issue solved refer this link stackoverflow.com/questions/33443503/…

            – Sourav
            Feb 3 '18 at 4:32





            same issue solved refer this link stackoverflow.com/questions/33443503/…

            – Sourav
            Feb 3 '18 at 4:32













            0














            Find

            <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>

            And Paste

            <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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
            </reference>
            </customer_account_changeforgotten>




            share




























              0














              Find

              <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>

              And Paste

              <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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
              </reference>
              </customer_account_changeforgotten>




              share


























                0












                0








                0







                Find

                <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>

                And Paste

                <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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
                </reference>
                </customer_account_changeforgotten>




                share













                Find

                <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>

                And Paste

                <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_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
                </reference>
                </customer_account_changeforgotten>





                share











                share


                share










                answered 1 min ago









                Pankaj UpadhyayPankaj Upadhyay

                1355




                1355























                    -1














                    you can check that page http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/



                    the problem is on customer.xml , you need to add after customer_account_forgotpassword








                    share|improve this answer
























                    • Linking to an external site with no new infomation providedto the answer

                      – elfling
                      Feb 4 '18 at 23:53
















                    -1














                    you can check that page http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/



                    the problem is on customer.xml , you need to add after customer_account_forgotpassword








                    share|improve this answer
























                    • Linking to an external site with no new infomation providedto the answer

                      – elfling
                      Feb 4 '18 at 23:53














                    -1












                    -1








                    -1







                    you can check that page http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/



                    the problem is on customer.xml , you need to add after customer_account_forgotpassword








                    share|improve this answer













                    you can check that page http://www.tripleginteractive.com/blog/magento/magentos-forgot-reset-password-page-blank-fix/



                    the problem is on customer.xml , you need to add after customer_account_forgotpassword









                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Sep 27 '16 at 18:03









                    RodazzzzRodazzzz

                    73




                    73













                    • Linking to an external site with no new infomation providedto the answer

                      – elfling
                      Feb 4 '18 at 23:53



















                    • Linking to an external site with no new infomation providedto the answer

                      – elfling
                      Feb 4 '18 at 23:53

















                    Linking to an external site with no new infomation providedto the answer

                    – elfling
                    Feb 4 '18 at 23:53





                    Linking to an external site with no new infomation providedto the answer

                    – elfling
                    Feb 4 '18 at 23:53


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f116149%2fchangeforgotten-password-page-is-blank-disabling-customer-xml-fixes%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    What other Star Trek series did the main TNG cast show up in?

                    Berlina muro

                    Berlina aerponto