<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %>

Request Password Reset (Electronic Subscriber):

Please provide the answer to your previously specified challenge question.

<% Html.ValidationSummary(); %> <% using (Html.BeginForm("VerifySecurity", "Account")) { %>

<%: Html.TextBoxFor(x => x.Answer, new { @class = "text-input longer-input required", @id = "authenticationChecksOne", autocomplete = "off" })%> <%: Html.ValidationMessageFor(x => x.Answer)%>

<%:Html.ActionLink("Cancel", "Home", "Public", null, new { @class = "cancelButton argsHolder align-right" })%> <%: Html.HiddenFor(x => x.Question) %> <%: Html.HiddenFor(x => x.UserId) %>

<% } %>