Import user name as well
This commit is contained in:
parent
4feba63d15
commit
648b970bcf
@ -84,6 +84,7 @@ class BulkImport::Generic < BulkImport::Base
|
||||
{
|
||||
imported_id: row["id"],
|
||||
username: row["username"],
|
||||
name: row["name"],
|
||||
email: row["email"],
|
||||
external_id: sso_record&.fetch("external_id"),
|
||||
created_at: to_datetime(row["created_at"]),
|
||||
|
||||
Reference in New Issue
Block a user