diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2025-11-27 16:31:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 16:31:05 +0100 |
| commit | 19c232809ed3b2f0a740239a863b66bebe41e32f (patch) | |
| tree | 2d349a8b7c408b9cf6b102d7af61b19c8393a623 /MediaBrowser.Controller/Authentication | |
| parent | 301f65af483d349bcbc76866a5e6ad17588dbd76 (diff) | |
| parent | d43db230fa1ff6f371a9ab16063152f5b632e2e9 (diff) | |
Merge pull request #14950 from nielsvanvelzen/security-remove-has-password
Deprecate HasPassword property on UserDto
Diffstat (limited to 'MediaBrowser.Controller/Authentication')
| -rw-r--r-- | MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs b/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs index 976a667ac..c993ceea8 100644 --- a/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs +++ b/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs @@ -14,8 +14,6 @@ namespace MediaBrowser.Controller.Authentication Task<ProviderAuthenticationResult> Authenticate(string username, string password); - bool HasPassword(User user); - Task ChangePassword(User user, string newPassword); } |
