- Use the form below to change your password.
-
-
- New passwords are required to be a minimum of @Membership.MinRequiredPasswordLength characters in length.
-
-
-
-
-
-@using (Html.BeginForm()) {
- @Html.ValidationSummary(true, "Password change was unsuccessful. Please correct the errors and try again.")
-
-
-
-}
diff --git a/src/Test/Test/Views/Account/ChangePasswordSuccess.cshtml b/src/Test/Test/Views/Account/ChangePasswordSuccess.cshtml
deleted file mode 100644
index 6b6dbff63..000000000
--- a/src/Test/Test/Views/Account/ChangePasswordSuccess.cshtml
+++ /dev/null
@@ -1,8 +0,0 @@
-@{
- ViewBag.Title = "Change Password";
-}
-
-
- Please enter your user name and password. @Html.ActionLink("Register", "Register") if you don't have an account.
-
-
-
-
-
-@Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.")
-
-@using (Html.BeginForm()) {
-
-
-
-}
diff --git a/src/Test/Test/Views/Account/Register.cshtml b/src/Test/Test/Views/Account/Register.cshtml
deleted file mode 100644
index 5240b01bd..000000000
--- a/src/Test/Test/Views/Account/Register.cshtml
+++ /dev/null
@@ -1,61 +0,0 @@
-@model Test.Models.RegisterModel
-
-@{
- ViewBag.Title = "Register";
-}
-
-
- Use the form below to create a new account.
-
-
- Passwords are required to be a minimum of @Membership.MinRequiredPasswordLength characters in length.
-
-
-
-
-
-@using (Html.BeginForm()) {
- @Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.")
-
-
-
-}
diff --git a/src/Test/Test/Views/Home/Index.cshtml b/src/Test/Test/Views/Home/Index.cshtml
index f735894c2..595709e0a 100644
--- a/src/Test/Test/Views/Home/Index.cshtml
+++ b/src/Test/Test/Views/Home/Index.cshtml
@@ -1,10 +1,10 @@
-@{
- ViewBag.Title = "Home Page";
-}
-
-
-
-
+
+
+
+
+
+
diff --git a/src/Test/Test/Views/Shared/_LogOnPartial.cshtml b/src/Test/Test/Views/Shared/_LogOnPartial.cshtml
deleted file mode 100644
index 46a854497..000000000
--- a/src/Test/Test/Views/Shared/_LogOnPartial.cshtml
+++ /dev/null
@@ -1,7 +0,0 @@
-@if(Request.IsAuthenticated) {
-