mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
This commit is contained in:
parent
9e58e31de0
commit
d8e6808d77
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ namespace Emby.Server.Implementations.Library
|
||||||
string hash = user.Password;
|
string hash = user.Password;
|
||||||
user.Password = String.Format("$SHA1${0}", hash);
|
user.Password = String.Format("$SHA1${0}", hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
|
if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
|
||||||
{
|
{
|
||||||
string hash = user.EasyPassword;
|
string hash = user.EasyPassword;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue