code clean up for default reminder email and added flag to disable registration on front end.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-09-22 10:20:25 -06:00
parent e6857331e2
commit 3428abf358
10 changed files with 185 additions and 148 deletions

View File

@@ -7,6 +7,7 @@
public bool UseMPG { get; set; }
public bool UseDescending { get; set; }
public bool EnableAuth { get; set; }
public bool DisableRegistration { get; set; }
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }
@@ -22,6 +23,7 @@
public ReminderUrgencyConfig ReminderUrgencyConfig { get; set; } = new ReminderUrgencyConfig();
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
public string DefaultReminderEmail { get; set; } = string.Empty;
public string UserLanguage { get; set; } = "en_US";
public List<ImportMode> VisibleTabs { get; set; } = new List<ImportMode>() {
ImportMode.Dashboard,