aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-17 09:54:09 +0100
committerGitHub <noreply@github.com>2020-10-17 09:54:09 +0100
commit3ae37deea8a84edfc0281c984027f8a8145c7a9c (patch)
tree184916aaaf750c1cc100a33e69d239a5c622f1f9 /Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
parentabfddba5684b59acd0fa74c18f3037b5c7cda4be (diff)
parent86090ab1f65c66958c897cacd04221c537053eb3 (diff)
Merge pull request #82 from jellyfin/master
Refreshing image
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs')
-rw-r--r--Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs b/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
index e38cd07f0..5f32479e1 100644
--- a/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
+++ b/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
@@ -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)