Implemented Settings in Model

pull/4510/head
Francesco Servida 2 years ago
parent d4e748fd2f
commit 5ddda3c39e
No known key found for this signature in database
GPG Key ID: 653390DF958E310B

@ -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…
Cancel
Save