diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-21 17:14:56 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-21 17:14:56 -0500 |
| commit | 77695f8abed3156de04c6bb2496c14a2ab3d90a8 (patch) | |
| tree | e45797a21eaf7d5046cdab4bc362099512e24bae /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 46be272ec840ba8f9de1307d97dea8b593fbbf93 (diff) | |
3.2.40.1
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index d4232c77e..03e1d352e 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -143,7 +143,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// Authenticates the user. /// </summary> - Task<User> AuthenticateUser(string username, string password, string passwordSha1, string passwordMd5, string remoteEndPoint); + Task<User> AuthenticateUser(string username, string password, string passwordSha1, string passwordMd5, string remoteEndPoint, bool isUserSession); /// <summary> /// Starts the forgot password process. |
