Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
pull/870/head
Bond-009 6 years ago committed by GitHub
parent dfb1d704ed
commit f486f5966f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ namespace Emby.Server.Implementations.Library
} }
else else
{ {
throw new Exception(String.Format($"Requested crypto method not available in provider: {readyHash.Id}")); throw new Exception(string.Format($"Requested crypto method not available in provider: {readyHash.Id}"));
} }
// var success = string.Equals(GetPasswordHash(resolvedUser), GetHashedString(resolvedUser, password), StringComparison.OrdinalIgnoreCase); // var success = string.Equals(GetPasswordHash(resolvedUser), GetHashedString(resolvedUser, password), StringComparison.OrdinalIgnoreCase);

Loading…
Cancel
Save