@model LOCWebsite.Models.ChangePasswordModel @{ ViewBag.Title = "Change Password"; }
Use the form below to change your password.
New passwords are required to be a minimum of @ViewBag.PasswordLength characters in length.
@using (Html.BeginForm()) { @Html.ValidationSummary(true, "Password change was unsuccessful. Please correct the errors and try again.")