diff options
| author | cvium <clausvium@gmail.com> | 2023-05-26 19:40:40 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2023-05-26 19:40:40 +0200 |
| commit | 716bcc6410c91edd755ea294f5908b7f383fc326 (patch) | |
| tree | 37462a054ba2bea4545552bb14f5d3832f00f2be /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 4a9bcbd626b6e7842902a77d4160fa300e6441f6 (diff) | |
chore: deprecate EasyPassword as it isn't very secure
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> |
