This commit is contained in:
Janus Knudsen 2025-03-07 16:17:30 +01:00
parent ddb6abc14e
commit f3ab94eff1
6 changed files with 59 additions and 92 deletions

View file

@ -17,7 +17,7 @@ namespace PlanTempus.Components.Users.Create
try
{
var sql = @"
INSERT INTO system.users(email, password_hash, security_stamp, email_confirmed,
INSERT INTO system.users(email , password_hash, security_stamp, email_confirmed,
access_failed_count, lockout_enabled,
is_active)
VALUES(@Email, @PasswordHash, @SecurityStamp, @EmailConfirmed,