From 7f3067b8fc4416d46af9b8b005a18a71770c98fe Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 21 Feb 2024 21:44:56 -0500 Subject: user-creation api update, and fix user-privilege missing update --- plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs') diff --git a/plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs b/plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs index bd191a1..318f3ce 100644 --- a/plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs +++ b/plugins/VNLib.Plugins.Essentials.Accounts/src/AccountsEntryPoint.cs @@ -175,7 +175,7 @@ Commands: //Create the user creation request UserCreationRequest creation = new() { - EmailAddress = username, + Username = username, InitialStatus = UserStatus.Active, Privileges = privLevel, Password = PrivateString.ToPrivateString(password, false) -- cgit