@model VECV_WebApi.Models.LocalPasswordModel
@{
ViewBag.Title = "Manage Account";
}
@ViewBag.Title.
You're logged in as @User.Identity.Name.
@if (ViewBag.HasLocalPassword) { @Html.Partial("_ChangePasswordPartial") } else { @Html.Partial("_SetPasswordPartial") }