diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-23 10:17:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 10:17:49 +0200 |
| commit | 1a54338e380f2206245a3867843146bd2ae72295 (patch) | |
| tree | fdf196e03ef50841b31ebec2e3baa511d8d32f53 /Emby.Server.Implementations/Session | |
| parent | 184e05aeb68900b41c5a5dc74894eddb64be25ae (diff) | |
| parent | 940c30081ef8b9290d9f3c24b5529b2e593f924c (diff) | |
Merge pull request #5892 from crobibero/password-obsolete
Diffstat (limited to 'Emby.Server.Implementations/Session')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 10e28c33a5..6f21ec31e5 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -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); } |
