mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
Adding Jellyfin Setting for Custom "Forgot Password" URL
Adding Jellyfin Setting for Custom "Forgot Password" URL. Useful in cases where you are using a custom authentication provider such as the LDAP plugin, Authelia, lldap, or any other external auth scheme with its own password reset page.
This commit is contained in:
@@ -41,6 +41,7 @@ export interface PublicSettingsResponse {
|
||||
locale: string;
|
||||
emailEnabled: boolean;
|
||||
newPlexLogin: boolean;
|
||||
jellyfinForgotPasswordUrl: string;
|
||||
}
|
||||
|
||||
export interface CacheItem {
|
||||
|
||||
Reference in New Issue
Block a user