From 299e58db28202be8706dee1c570c382e1489213b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 9 Oct 2023 16:00:18 +1100 Subject: AclDialog --- Migrations/HBContextModelSnapshot.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Migrations/HBContextModelSnapshot.cs') diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs index 3e49681..b03b20c 100644 --- a/Migrations/HBContextModelSnapshot.cs +++ b/Migrations/HBContextModelSnapshot.cs @@ -107,6 +107,10 @@ namespace HyperBooru.Migrations .IsRequired() .HasColumnType("text"); + b.Property("DisplayName") + .IsRequired() + .HasColumnType("text"); + b.Property("Name") .IsRequired() .HasColumnType("text"); @@ -333,7 +337,8 @@ namespace HyperBooru.Migrations new { LocalPrincipalId = -1, - Name = "admin", + DisplayName = "Administrator", + Name = "Administrator", Sid = new byte[] { 1, 1, 0, 0, 0, 0, 0, 5, 18, 0, 0, 0 }, PasswordHash = "P4geAuE2yX/PDRHuJSq74FF5vO782rWz5c0LAQPR8m45DEYAONhu1wYnAn60PSNyjocqEBdnCeKCJfK3sKyuWw==" }); -- cgit v1.3