From 299e58db28202be8706dee1c570c382e1489213b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 9 Oct 2023 16:00:18 +1100 Subject: AclDialog --- HBContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HBContext.cs') diff --git a/HBContext.cs b/HBContext.cs index dee100d..3b7849a 100644 --- a/HBContext.cs +++ b/HBContext.cs @@ -80,7 +80,7 @@ public class HBContext : DbContext { modelBuilder.Entity().HasData(new LocalUser[] { new() { LocalPrincipalId = (int) LocalPrincipalId.AdminUser, - Name = "admin", + Name = "Administrator", Sid = new SecurityIdentifier("S-1-5-18"), PasswordHash = LocalPrincipalProvider.HashPassword("admin") } -- cgit v1.3