PasswordRecoveryConfirm dos'not work in nopcommerce 3.9

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi Dear
I am using nopcommerce version 3.90 .when customer want to recovery password by Email link to PasswordRecoveryConfirm, after submitting the PasswordRecoveryConfirm form that doesn't post to PasswordRecoveryConfirmPost action and doesn't recover the password.

please Help me that why do not submit the form to PasswordRecoveryConfirmPost action?
6 years ago
I found the problem .
because use [FormValueRequired("set-password")] filte insted of [FormValueRequired("send-email")] befor action method.

But another problem is token and email that they are null in this action.

how to get token and email in PasswordRecoveryConfirmPOST action?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.