Problem with uploading users from a txt file

Re: Problem with uploading users from a txt file

by Iñaki Arenaza -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The first line of the file must be the names of the fields you are going to use in the rest of the lines of the files. So it should be something like:

username,password,firstname,surname,auth,email,....

the values will vary depending on the fields you want to use, of course.

Saludos. Iñaki.