@model Chruch.Net.Models.SetPasswordViewModel @{ ViewBag.Title = "建立密碼"; }
您沒有此網站的本機使用者名稱/密碼。請新增本機 帳戶,這樣一來不需要外部登入即可進行登入。
@using (Html.BeginForm("SetPassword", "Manage", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken()