CSV Format:
Upload a CSV file with the following columns (header row required):
username,password,first_name,last_name,affiliation,email,is_admin
Example: jsmith,pass123,John,Smith,Harvard,jsmith@harvard.edu,0
Note: is_admin should be 0 (false) or 1 (true)
Comments