@model GODATA.Models.ChangePasswordModel @{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Change Password"; }
New passwords are required to be a minimum of @Membership.MinRequiredPasswordLength characters in length.
*@ @using (Html.BeginForm()) { @Html.ValidationSummary(true, "Password change was unsuccessful. Please correct the errors and try again.")