mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 12:44:48 +03:00
made password resets an interface and per user
This commit is contained in:
@@ -1088,7 +1088,7 @@ namespace Emby.Server.Implementations
|
||||
MediaSourceManager.AddParts(GetExports<IMediaSourceProvider>());
|
||||
|
||||
NotificationManager.AddParts(GetExports<INotificationService>(), GetExports<INotificationTypeFactory>());
|
||||
UserManager.AddParts(GetExports<IAuthenticationProvider>());
|
||||
UserManager.AddParts(GetExports<IAuthenticationProvider>(), GetExports<IPasswordResetProvider>());
|
||||
|
||||
IsoManager.AddParts(GetExports<IIsoMounter>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user