From 1d70f5469f68c1f576bad85ff35930b593e955de Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 14 Oct 2014 00:22:17 -0400 Subject: update connect --- MediaBrowser.Controller/Library/IUserManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 3efdbea76..39ec2b85d 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -55,16 +55,16 @@ namespace MediaBrowser.Controller.Library /// The identifier. /// User. User GetUserById(string id); - + /// /// Authenticates a User and returns a result indicating whether or not it succeeded /// /// The username. - /// The password. + /// The password sha1. /// The remote end point. /// Task{System.Boolean}. /// user - Task AuthenticateUser(string username, string password, string remoteEndPoint); + Task AuthenticateUser(string username, string passwordSha1, string remoteEndPoint); /// /// Refreshes metadata for each user -- cgit v1.2.3