mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
fixes #941 - Rework password recovery and remove IsLocal checks
This commit is contained in:
@@ -9,12 +9,6 @@ namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
public IAuthService AuthService { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not to allow local unauthenticated access.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [allow local]; otherwise, <c>false</c>.</value>
|
||||
public bool AllowLocal { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the roles.
|
||||
/// </summary>
|
||||
@@ -70,7 +64,6 @@ namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
bool EscapeParentalControl { get; }
|
||||
|
||||
bool AllowLocal { get; }
|
||||
IEnumerable<string> GetRoles();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user