mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
fixes #941 - Rework password recovery and remove IsLocal checks
This commit is contained in:
10
MediaBrowser.Model/Users/ForgotPasswordAction.cs
Normal file
10
MediaBrowser.Model/Users/ForgotPasswordAction.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Model.Users
|
||||
{
|
||||
public enum ForgotPasswordAction
|
||||
{
|
||||
ContactAdmin = 0,
|
||||
PinCode = 1,
|
||||
InNetworkRequired = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user