Upload users
Firstly, note that it is usually not necessary to import users in bulk - to keep your own maintenance work down you should first explore forms of authentication that do not require manual maintenance, such as connecting to existing external databases or letting the users create their own accounts. See the Authentication section in the admin menus.
If you are sure you want to import multiple user accounts from a text file, then you need to format your text file as follows:
Required fieldnames: these fields must be included in the first record, and defined for each user
username, password, firstname, lastname, emailDefault fieldnames: these are optional - if they are not included then the values are taken from the primary admin
institution, department, city, country, lang, timezone
Optional fieldnames: all of these are completely optional. The course names are the "shortnames" of the courses - if present then the user will be enrolled as students in those courses
idnumber, icq, phone1, phone2, address, url, description, mailformat, maildisplay, htmleditor, autosubscribe, course1, course2, course3, course4, course5
Here is an example of a valid import file:
username, password, firstname, lastname, email, lang, idnumber, maildisplay, course1
jonest, verysecret, Tom, Jones, jonest@someplace.edu, en, 3663737, 1, Intro101
reznort, somesecret, Trent, Reznor, reznort@someplace.edu, en_us, 6736733, 0, Advanced202