Mark PasswordSha1 as obsolete

This commit is contained in:
crobibero
2021-04-22 06:49:54 -06:00
parent 856819e58f
commit 940c30081e
2 changed files with 2 additions and 1 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);
}