You've been asked to configure the system so that users who forget their passwords can reset them using a link sent to their email. Which feature in ASP.NET Core Identity supports this functionality?

  • UserManager
  • EmailSender
  • ResetPasswordToken
  • TwoFactorAuthentication
To allow users to reset their passwords using an email link, you would need to utilize the EmailSender feature in ASP.NET Core Identity. This involves sending a password reset email with a secure token that users can use to reset their passwords securely.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *