When I am trying to reset my password from portal, I get the reset password email. However, when I type in my new password and click confirm, I get an invalid token error. Is it only for migrated Contacts. Am I missing a setting somewhere?
When I am trying to reset my password from portal, I get the reset password email. However, when I type in my new password and click confirm, I get an invalid token error. Is it only for migrated Contacts. Am I missing a setting somewhere?
Hi Shreya,
Did you change your password immediately as soon as you got the password reset email or took some time, As per portal source code, token gets expired in 3 hrs?
www.asp.net/.../introduction-to-aspnet-identity
The only difference is, instead of AspNetUsers table in SQL Server, it uses Contact entity in CRM.
For more information, please read below article.
www.asp.net/.../account-confirmation-and-password-recovery-with-aspnet-identity
The default expiration is one day.