Import user name as well

This commit is contained in:
Leonardo Mosquera 2022-02-28 18:10:41 +00:00
parent 4feba63d15
commit 648b970bcf
No known key found for this signature in database
GPG Key ID: A5174CB390D9E8B1

View File

@ -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"]),