mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Added user dates
This commit is contained in:
parent
75b015c864
commit
82be5ff50d
@@ -19,7 +19,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
|
||||
return new AuthenticationResult()
|
||||
{
|
||||
Success = true
|
||||
Success = Kernel.GetMD5(password).Equals(user.Password)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user