Added user dates

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-06 16:29:33 -04:00
parent 75b015c864
commit 82be5ff50d
6 changed files with 26 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ namespace MediaBrowser.Api.HttpHandlers
return new AuthenticationResult()
{
Success = true
Success = Kernel.GetMD5(password).Equals(user.Password)
};
}
}