Changes between Version 63 and Version 64 of UserDoc


Ignore:
Timestamp:
2010-08-09T07:52:36Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserDoc

    v63 v64  
    199199===== Adding Students via CSV file =====
    200200To add many students as once, you can create a CSV file in the following format:
     201
     202Each line represents a new student, and the column order is the following:
     203{{{
     204Username, Password,    Student#,  Email,First Name,Last Name
     205}}}
     206The username should be the same as the student number.
    201207{{{
    20220822928030, password123, 22928030, sam@server.com, Sam,     Badhan
     
    20521168000058, password123, 68000058, dc@server.com,  David,   Cliff
    206212}}}
    207 
     213In you wish to leave the Email Column out, just empty that column out, leaving the comma, for example:
     214{{{
     21522928030, password123, 22928030,, Sam,     Badhan
     21678233046, pass5323123, 78233046,, Jamille, Borromeo
     21739577051, psaswdrcD23, 39577051,, Jordon,  Cheung
     21868000058, password123, 68000058,, David,   Cliff
     219}}}
     220Note the double-comma between the student number, and the first name.
     221
     222
     223This type of file should be created in a text editor, like Notepad. You could also create this file
    208224 
    209225==== Groups ====