@{ ViewBag.Title = "Reset Password"; } @Html.Partial("Scripts/Styles") @if (!Request.IsAuthenticated || Session["DateLoggedIn"] == null) { Response.Redirect("~/Auth/SignIn"); }
Your password has been updated.
@Html.Partial("Scripts/ResetPassword.Init") @Html.Partial("Scripts/ResetPassword.Ui") @Html.Partial("Scripts/ResetPassword.Validation")