Merge pull request #3437 from barronpm/fix-user-delete

Fix User Deletion
This commit is contained in:
dkanada
2020-06-26 06:17:23 +09:00
committed by GitHub
3 changed files with 19 additions and 16 deletions

View File

@@ -111,8 +111,8 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Deletes the specified user.
/// </summary>
/// <param name="user">The user to be deleted.</param>
void DeleteUser(User user);
/// <param name="userId">The id of the user to be deleted.</param>
void DeleteUser(Guid userId);
/// <summary>
/// Resets the password.