@model ForgotPasswordViewModel @{ ViewData["Title"] = "Forgot your password?"; }

@ViewData["Title"].

For more information on how to enable reset password please see this article.

@*

Enter your email.


*@ @section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }