Admin auth functionally complete
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
ViewBag.Title = "Change Password";
|
||||
}
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
|
||||
@using (Html.BeginForm("SetPassword", "User", FormMethod.Post, new { @class = "form-horizontal well center-content" }))
|
||||
|
||||
Reference in New Issue
Block a user