Remove EasyPassword from Authentication providers

This commit is contained in:
crobibero
2020-06-07 14:47:08 -06:00
parent 98142613e8
commit 68e1ecaaf9
3 changed files with 0 additions and 38 deletions

View File

@@ -32,17 +32,5 @@ namespace Jellyfin.Server.Implementations.Users
{
return Task.CompletedTask;
}
/// <inheritdoc />
public void ChangeEasyPassword(User user, string newPassword, string newPasswordHash)
{
// Nothing here
}
/// <inheritdoc />
public string GetEasyPasswordHash(User user)
{
return string.Empty;
}
}
}