@model OrionIntel_Portal.Models.SetPasswordViewModel @using Microsoft.AspNet.Identity; @{ ViewBag.Title = "Create Password"; }
You do not have a local username/password for this site. Add a local account so you can log in without an external login.
@using (Html.BeginForm("SetPassword", "Manage", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken()