Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset

Adds per user password reset
This commit is contained in:
Joshua M. Boniface
2019-03-29 18:26:30 -04:00
committed by GitHub
7 changed files with 232 additions and 127 deletions

View File

@@ -1124,7 +1124,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>());
}