Disable invalid auth provider
This commit is contained in:
parent
c0be770681
commit
a839b015f9
|
@ -15,7 +15,7 @@ namespace Jellyfin.Server.Implementations.Users
|
|||
public string Name => "InvalidOrMissingAuthenticationProvider";
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool IsEnabled => true;
|
||||
public bool IsEnabled => false;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Task<ProviderAuthenticationResult> Authenticate(string username, string password)
|
||||
|
|
Loading…
Reference in New Issue
Block a user