mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Mark PasswordSha1 as obsolete
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user