@model HeuristicLab.Services.Optimization.Web.Models.ChangePasswordModel @{ ViewBag.Title = "Change Password"; }
Use the form below to change your 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.")