I have tried to edit new customer account confirmation template in magento. But it not reflect in front end.
I have edited the layout for customer_account_confirmation in customer.xml file in theme layout folder.
I have edited customer_account_confirmation in customer.xml
<customer_account_confirmation>
<remove name="right"/>
<remove name="left"/>
<reference name="root">
<action method="setTemplate"><template>page/account_confirm.phtml</template></action>
<action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
</reference>
</customer_account_confirmation>
When i tried to click the confirmation link from mail it redirect to dashboard page and show confirmation message. But i need to show the thank you page for after customer click confirmation link from mail
I would like to set the thank you page in account_confirm.phtml file in template folder.But this is not working.
Can suggest me the right solution to solve this problem?
Thanks