Zentrales PW

This commit is contained in:
2026-04-14 10:05:59 +02:00
parent cf20bd94d0
commit df90a4a172
7 changed files with 235 additions and 2 deletions
+4
View File
@@ -24,5 +24,9 @@ public class Site
[Required]
public string SourceSystem { get; set; } = "SAP";
public string UsernameOverride { get; set; } = string.Empty;
public string PasswordOverride { get; set; } = string.Empty;
public bool IsActive { get; set; } = true;
}