UCL-INGI / INGInious

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
http://www.inginious.org
Other
207 stars 140 forks source link

Improved user management #165

Open anthonygego opened 8 years ago

anthonygego commented 8 years ago
shlomihod commented 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