Open anthonygego opened 8 years ago
A manual option for populating the DB with CSV files with all the users' data is with mongoimport:
mongoimport -d INGInious -c users --type CSV --file ./users.csv --headerline
while the CSV file has the headline: email,realname,password,username