Customer Recovery Password Not Working

Customer Recovery Password Not Working

/index.php?dispatch=auth.recover_password

You are clicking on the link in the incoming mail.

/index.php?dispatch=auth.recover_password&ekey=28304d1ec2a8830e9b5f3e27f74493fe

password reset page comes again.

4.8.1 - This issue exists in the sp1 version.

yes I use a different name for the theme name.

https://forum.cs-cart.com/tracker/issue-7296-password-recovery-failing/

how can we fix it.

Corrected.

recover_password.tpl file has been changed.

The file must be in this form.


action="{""|fn_url}"
method="post">
{if $action == "request"}



{include file="buttons/reset_password.tpl"
but_name="dispatch[auth.recover_password]"
}

{elseif $action == "recover"}
name="ekey"
value="{$ekey}"
/>

{__("press_continue_to_recover_password")}




{include file="buttons/button.tpl"
but_text=__("sign_in")
but_meta="ty-btn__secondary"
but_name="dispatch[auth.recover_password]"
}

{/if}


{capture name="mainbox_title"}{__("recover_password")}{/capture}