Skip to content

Commit

Permalink
Update Configure.Db.Migrations.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 25, 2024
1 parent 15d2fdb commit 5aa2656
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MyApp/Configure.Db.Migrations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ await EnsureUserAsync(new ApplicationUser
ProfilePath = "/profiles/my/mythz/kerrigan.png",
}, "p@55wOrd", [Roles.Moderator]);

await EnsureUserAsync(new ApplicationUser
{
UserName = "layoric",
Email = "[email protected]",
DisplayName = "layoric",
EmailConfirmed = true,
ProfilePath = "/profiles/la/layoric/layoric.png",
}, "p@55wOrd", [Roles.Moderator]);

await EnsureUserAsync(new ApplicationUser
{
UserName = "reddit",
Expand Down

0 comments on commit 5aa2656

Please sign in to comment.