mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add display name to user (#6198)
This commit is contained in:
@@ -97,6 +97,7 @@ class BulkImport::VBulletin < BulkImport::Base
|
||||
u = {
|
||||
imported_id: row[0],
|
||||
username: normalize_text(row[1]),
|
||||
name: normalize_text(row[1]),
|
||||
created_at: Time.zone.at(row[3]),
|
||||
date_of_birth: parse_birthday(row[4]),
|
||||
primary_group_id: group_id_from_imported_id(row[6]),
|
||||
|
||||
Reference in New Issue
Block a user