Add users
This commit is contained in:
@@ -351,6 +351,7 @@ func (p *UserProcessorImpl) BulkCreateUsersWithTransaction(ctx context.Context,
|
||||
|
||||
user := &entities.User{
|
||||
ID: uuid.New(),
|
||||
Username: req.Email,
|
||||
Name: req.Name,
|
||||
Email: req.Email,
|
||||
PasswordHash: string(hashedPassword),
|
||||
|
||||
Reference in New Issue
Block a user