3. User Management in LMS

3.2. Preparing the User Upload File

To successfully upload users in bulk, you need to prepare a .csv file that contains the required information for each user. Here’s a breakdown of the essential fields you’ll need:

Note: "moodle does not recognize capital letters, so ensure they are not used in the csv file"

  1. Username: A unique identifier for each user (e.g., jdoe).
  2. Password: A temporary password for each user (e.g., TempPass123).
  3. First name: The user's first name.
  4. Surname: The user's last name.
  5. Email address: The user's email address.

Once the file is ready, make sure to save it as a .csv file, and check that all required fields are filled accurately to avoid upload errors.