ResetPasswordConfirmation.cshtml 282 Bytes
@{
    ViewBag.Title = "Reset password confirmation";
}

<h1>@ViewBag.Title.</h1>
<div>
    <p>
        Your password has been reset. Please @Html.ActionLink("click here to log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
    </p>
</div>