From 82be5ff50de1801eb8eaf61b11c2ffd0ad2ab521 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Thu, 6 Sep 2012 16:29:33 -0400 Subject: Added user dates --- MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs') diff --git a/MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs b/MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs index 86f3c477a..8f6680530 100644 --- a/MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs +++ b/MediaBrowser.Api/HttpHandlers/UserAuthenticationHandler.cs @@ -19,7 +19,7 @@ namespace MediaBrowser.Api.HttpHandlers return new AuthenticationResult() { - Success = true + Success = Kernel.GetMD5(password).Equals(user.Password) }; } } -- cgit v1.2.3