aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-02-13 00:44:07 -0800
committerGitHub <noreply@github.com>2019-02-13 00:44:07 -0800
commitd8e6808d77eb70025b4a26538a1deb814cbe2831 (patch)
tree98e8c905beeffd3a456a1d6458808cafa1f31371
parent9e58e31de08b4d8e7922038a9f291e720a778b8f (diff)
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
-rw-r--r--Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs b/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
index 750807b10..33428c05e 100644
--- a/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
+++ b/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
@@ -91,6 +91,7 @@ namespace Emby.Server.Implementations.Library
string hash = user.Password;
user.Password = String.Format("$SHA1${0}", hash);
}
+
if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
{
string hash = user.EasyPassword;