Merge pull request #5892 from crobibero/password-obsolete

This commit is contained in:
Bond-009
2021-04-23 10:17:49 +02:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

View File

@@ -1485,7 +1485,7 @@ namespace Emby.Server.Implementations.Session
user = await _userManager.AuthenticateUser(
request.Username,
request.Password,
request.PasswordSha1,
null,
request.RemoteEndPoint,
true).ConfigureAwait(false);
}