@{ ViewBag.Title = "Reset Password"; } @Html.Partial("Scripts/Styles") @if (!Request.IsAuthenticated || Session["DateLoggedIn"] == null) { Response.Redirect("~/Auth/SignIn"); }