Document finance workflow and security toggle
This commit is contained in:
@@ -4,6 +4,7 @@ public sealed class SecurityOptions
|
||||
{
|
||||
public const string SectionName = "Security";
|
||||
|
||||
public bool Enabled { get; set; } = true;
|
||||
public bool DevelopmentBypass { get; set; }
|
||||
public bool DevelopmentUserIsAdmin { get; set; }
|
||||
public string DevelopmentUserName { get; set; } = "DEV\\TrafagDeveloper";
|
||||
|
||||
Reference in New Issue
Block a user