@model HeuristicLab.Services.Optimization.Web.Models.RegisterModel @{ ViewBag.Title = "Register"; }
Use the form below to create a new account.
Passwords are required to be a minimum of @Membership.MinRequiredPasswordLength characters in length.
@using (Html.BeginForm()) { @Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.")