Authentication added. Login/Logout operational.

This commit is contained in:
2012-12-20 21:39:13 -05:00
parent b30d3068e7
commit f129142dab
24 changed files with 640 additions and 65 deletions
+14
View File
@@ -0,0 +1,14 @@
@model MileageTraker.Web.ViewModels.ChangePasswordViewModel
@{
ViewBag.Title = "Manage Account";
}
<hgroup class="title">
<h1>@ViewBag.Title</h1>
</hgroup>
<p class="label label-success">@ViewBag.StatusMessage</p>
<p>You're logged in as <strong>@User.Identity.Name</strong>.</p>
@Html.Partial("_ChangePasswordPartial")