Merge pull request #1372 from DrPandemic/fix-pin
Fix broken pin in 10.3.z
This commit is contained in:
commit
0a9a6b949c
|
@ -550,7 +550,7 @@ namespace Emby.Server.Implementations.Library
|
|||
{
|
||||
return string.IsNullOrEmpty(user.EasyPassword)
|
||||
? null
|
||||
: user.EasyPassword;
|
||||
: (new PasswordHash(user.EasyPassword)).Hash;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user