From 40897bac1494791e1ec6abcfe85cda27d4664a32 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 8 Nov 2014 22:18:14 -0500 Subject: fixes #941 - Rework password recovery and remove IsLocal checks --- MediaBrowser.Controller/Net/AuthenticatedAttribute.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Controller/Net/AuthenticatedAttribute.cs') diff --git a/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs b/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs index 83e404dfc..17c91c977 100644 --- a/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs +++ b/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs @@ -9,12 +9,6 @@ namespace MediaBrowser.Controller.Net { public IAuthService AuthService { get; set; } - /// - /// Gets or sets a value indicating whether or not to allow local unauthenticated access. - /// - /// true if [allow local]; otherwise, false. - public bool AllowLocal { get; set; } - /// /// Gets or sets the roles. /// @@ -70,7 +64,6 @@ namespace MediaBrowser.Controller.Net { bool EscapeParentalControl { get; } - bool AllowLocal { get; } IEnumerable GetRoles(); } } -- cgit v1.2.3