This import type will set up a new user account for anyone that is on the list that you upload.
As a minimum when uploading a new user file, you must include an email and password for each user.
You can optionally add first name, last name, student ID and/or Member ID.
An example entry would look like this:
This would create the 'test@fanmaker.com' user and they could login using the password 'Test123834', with the member_id of '55555' and first name of 'John'
password | member_Id | first_name | |
Test123834 | 55555 | John |
Or this
password | |
Would create the user 'test@fanmaker.com' and give them a random password. This password can be found in the output file that is generated when the import is complete.
