mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Remove passwordSha1 param from AuthenticateUser function
This commit is contained in:
@@ -384,7 +384,6 @@ namespace Jellyfin.Server.Implementations.Users
|
||||
public async Task<User?> AuthenticateUser(
|
||||
string username,
|
||||
string password,
|
||||
string passwordSha1,
|
||||
string remoteEndPoint,
|
||||
bool isUserSession)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user