aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-05 14:28:41 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-05 14:28:41 -0500
commitb5842f9f193959d0d780c9585851c7ea827cc08c (patch)
tree8d4518623027ccbdfa90acd2b4b1b94c0f252c6b /MediaBrowser.Controller/Library/IUserManager.cs
parentccb4e5851963a95faa50f9c9403078a275e4cc7d (diff)
rework build scripts
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index e9785e2ce..6e084e9d8 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -120,9 +120,9 @@ namespace MediaBrowser.Controller.Library
/// Changes the password.
/// </summary>
/// <param name="user">The user.</param>
- /// <param name="newPassword">The new password.</param>
+ /// <param name="newPasswordSha1">The new password sha1.</param>
/// <returns>Task.</returns>
- Task ChangePassword(User user, string newPassword);
+ Task ChangePassword(User user, string newPasswordSha1);
/// <summary>
/// Gets the user dto.