|
|
@ -15,7 +15,7 @@ namespace Jellyfin.Server.Implementations.Users
|
|
|
|
public string Name => "InvalidOrMissingAuthenticationProvider";
|
|
|
|
public string Name => "InvalidOrMissingAuthenticationProvider";
|
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
public bool IsEnabled => true;
|
|
|
|
public bool IsEnabled => false;
|
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
public Task<ProviderAuthenticationResult> Authenticate(string username, string password)
|
|
|
|
public Task<ProviderAuthenticationResult> Authenticate(string username, string password)
|
|
|
|