diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-05-29 18:37:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 18:37:26 -0600 |
| commit | cfca6fc56ea56e42833ea7d46e7fb90bb7e4dce0 (patch) | |
| tree | e89fc97f76434c730879cdcd3b37681b6b907dc1 /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | c14a6f53668743a870a37a69f345c24d72e86219 (diff) | |
| parent | 3bdef7207c39d077c8548006ae4a545e2fa27dae (diff) | |
Merge pull request #9820 from cvium/deprecate_easypassword
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 37b4afcf3..6d6a532db 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -97,13 +97,6 @@ namespace MediaBrowser.Controller.Library Task ResetPassword(User user); /// <summary> - /// Resets the easy password. - /// </summary> - /// <param name="user">The user.</param> - /// <returns>Task.</returns> - Task ResetEasyPassword(User user); - - /// <summary> /// Changes the password. /// </summary> /// <param name="user">The user.</param> @@ -112,15 +105,6 @@ namespace MediaBrowser.Controller.Library Task ChangePassword(User user, string newPassword); /// <summary> - /// Changes the easy password. - /// </summary> - /// <param name="user">The user.</param> - /// <param name="newPassword">New password to use.</param> - /// <param name="newPasswordSha1">Hash of new password.</param> - /// <returns>Task.</returns> - Task ChangeEasyPassword(User user, string newPassword, string newPasswordSha1); - - /// <summary> /// Gets the user dto. /// </summary> /// <param name="user">The user.</param> |
