Add display name to user (#6198)

This commit is contained in:
Mohammad AlTawil 2018-07-31 07:43:16 +03:00 committed by Sam
parent 9fe765bca7
commit 64f533db99
1 changed files with 1 additions and 0 deletions

View File

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