mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Implemented Settings in Model
This commit is contained in:
parent
d4e748fd2f
commit
5ddda3c39e
1 changed files with 3 additions and 0 deletions
|
@ -13,5 +13,8 @@ namespace Ombi.Settings.Settings.Models
|
|||
public bool RequireNonAlphanumeric { get; set; }
|
||||
public bool RequireUppercase { get; set; }
|
||||
public bool EnableOAuth { get; set; } // Plex OAuth
|
||||
public bool EnableHeaderAuth { get; set; } // Header SSO
|
||||
public string HeaderAuthVariable { get; set; } // Header SSO
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue