aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
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.