mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
made password resets an interface and per user
This commit is contained in:
@@ -75,6 +75,7 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public int RemoteClientBitrateLimit { get; set; }
|
||||
public string AuthenticationProviderId { get; set; }
|
||||
public string PasswordResetProviderId { get; set; }
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user