You've created a new ASP.NET Core project. Learn what's new
-- Thank you for confirming your email. Please Click here to Log in. -
-Unsuccessful login with service.
-- For more information on how to enable reset password please see this article. -
- -@**@ - -@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } -} diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/ForgotPasswordConfirmation.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/ForgotPasswordConfirmation.cshtml deleted file mode 100644 index ab9bf44c8d..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/ForgotPasswordConfirmation.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@{ - ViewData["Title"] = "Forgot Password Confirmation"; -} - -- Please check your email to reset your password. -
diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/Lockout.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/Lockout.cshtml deleted file mode 100644 index 2cc946d5c4..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/Lockout.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@{ - ViewData["Title"] = "Locked out"; -} - -This account has been locked out, please try again later.
-- There are no external authentication services configured. See this article - for details on setting up this ASP.NET application to support logging in via external services. -
-- Your password has been reset. Please Click here to log in. -
diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/SendCode.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/SendCode.cshtml deleted file mode 100644 index 8621ce71f9..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Account/SendCode.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@model SendCodeViewModel -@{ - ViewData["Title"] = "Send Verification Code"; -} - -Use this area to provide additional information.
diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Home/Contact.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Home/Contact.cshtml deleted file mode 100644 index 15c12c6d12..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Home/Contact.cshtml +++ /dev/null @@ -1,17 +0,0 @@ -@{ - ViewData["Title"] = "Contact"; -} -@ViewData["StatusMessage"]
- -- Phone Numbers can used as a second factor of verification in two-factor authentication. - See this article - for details on setting up this ASP.NET application to support two-factor authentication using SMS. -
- @*@(Model.PhoneNumber ?? "None") - @if (Model.PhoneNumber != null) - { -- There are no two-factor authentication providers configured. See this article - for setting up this application to support two-factor authentication. -
- @*@if (Model.TwoFactor) - { - - } - else - { - - }*@ -@ViewData["StatusMessage"]
-@if (Model.CurrentLogins.Count > 0) -{ -@Model.CurrentLogins[index].LoginProvider | -- @if ((bool)ViewData["ShowRemoveButton"]) - { - - } - else - { - @: - } - | -
- You do not have a local username/password for this site. Add a local - account so you can log in without an external login. -
- - - -@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } -} diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Manage/VerifyPhoneNumber.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Manage/VerifyPhoneNumber.cshtml deleted file mode 100644 index e8b460ee4e..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Manage/VerifyPhoneNumber.cshtml +++ /dev/null @@ -1,30 +0,0 @@ -@model VerifyPhoneNumberViewModel -@{ - ViewData["Title"] = "Verify Phone Number"; -} - -- Swapping to Development environment will display more detailed information about the error that occurred. -
-- Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. -
diff --git a/NETCORE/test/MVCFramework.FunctionalTests/Views/Shared/_Layout.cshtml b/NETCORE/test/MVCFramework.FunctionalTests/Views/Shared/_Layout.cshtml deleted file mode 100644 index 09b80a252b..0000000000 --- a/NETCORE/test/MVCFramework.FunctionalTests/Views/Shared/_Layout.cshtml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - -