Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a839b015f948fb8dee665d37f6ecb3796675da8a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Disable invalid auth provider

pull/4267/head
cvium 5 years ago
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…
Cancel
Save