From 6d57afc71a4dd4c9922f5652174a66c5c2dc8552 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 15 Jan 2014 13:49:37 +1100 Subject: [PATCH] ensures auth controller has IsBackOffice specified --- src/Umbraco.Web/Editors/AuthenticationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/Editors/AuthenticationController.cs b/src/Umbraco.Web/Editors/AuthenticationController.cs index f37b61eae8..5e1672fa90 100644 --- a/src/Umbraco.Web/Editors/AuthenticationController.cs +++ b/src/Umbraco.Web/Editors/AuthenticationController.cs @@ -30,6 +30,7 @@ namespace Umbraco.Web.Editors [PluginController("UmbracoApi")] [ValidationFilter] [AngularJsonOnlyConfiguration] + [IsBackOffice] public class AuthenticationController : UmbracoApiController {