@model ForgotPasswordViewModel @{ ViewData["Title"] = "Forgot your password?"; }
@if (TempData.HasStatusMessage()) {
}

@ViewData["Title"]


Start password reset

We all forget passwords every now and then. Just provide email address tied to your account and we'll start the process of helping you recover your account.

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }