mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Deprecate HasPassword property on UserDto
This commit is contained in:
parent
288640a5d0
commit
0fb6d930e1
6 changed files with 7 additions and 51 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue