Added a user api handler, and improved portable ApiClient

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-07 21:33:49 -04:00
parent 23ea228079
commit c7b305ee2e
7 changed files with 446 additions and 11 deletions

View File

@@ -217,7 +217,7 @@ namespace MediaBrowser.Controller
}
else
{
result.Success = GetMD5((password ?? string.Empty)).Equals(user.Password);
result.Success = GetMD5((password ?? string.Empty)).ToString().Equals(user.Password);
}
// Update LastActivityDate and LastLoginDate, then save