diff --git a/src/Umbraco.Web/WebBootManager.cs b/src/Umbraco.Web/WebBootManager.cs index 9fff62b2db..36c4b2ff44 100644 --- a/src/Umbraco.Web/WebBootManager.cs +++ b/src/Umbraco.Web/WebBootManager.cs @@ -156,12 +156,6 @@ namespace Umbraco.Web //register it RouteTable.Routes.RegisterArea(pluginControllerArea); } - - RouteTable.Routes.MapRoute( - "Account", - "account/{action}/{id}", - new { controller = "Account", action = "Index", id = UrlParameter.Optional } - ); }