aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2025-10-05 10:59:10 +0200
committerNiels van Velzen <git@ndat.nl>2025-10-05 11:10:36 +0200
commit0fb6d930e1ca14d1d3af06ecee310869d2e86dfe (patch)
treebdc5466c622feb1cd4c9d509e44127189ee1036f /Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
parent288640a5d0f8335f6c4093de9bc84acd4d5824db (diff)
Deprecate HasPassword property on UserDto
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs')
-rw-r--r--Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs b/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
index caf9d5bd9..56b8a7fc4 100644
--- a/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
+++ b/Jellyfin.Server.Implementations/Users/InvalidAuthProvider.cs
@@ -22,12 +22,6 @@ namespace Jellyfin.Server.Implementations.Users
}
/// <inheritdoc />
- public bool HasPassword(User user)
- {
- return true;
- }
-
- /// <inheritdoc />
public Task ChangePassword(User user, string newPassword)
{
return Task.CompletedTask;