- Issue created by @Vako
I am trying to import users from Drupal 7 CSV file with fields that are missing in this module.
They are standard fields in D7.
How can I add those fields to be imported in D10?
The fields are:
uid | name | email | created | last_access | last_login
Would appreciate if someone can provide a quick example of how to use hook_bulk_user_registration_extra_fields()
Active
2.0
Code