Talk:Upload users: Difference between revisions

From MoodleDocs
Line 1: Line 1:
==Notes from Moodle 2.1 uploaduser.php==
==Notes from Moodle 2.1 uploaduser.php==
firstname, lastname, username, email, city, country, lang, timezone, mailformat, maildisplay, maildigest, htmleditor, ajax, autosubscribe ,institution, department , idnumber, skype , msn, aim, yahoo, icq, phone1, phone2, address, url, description, descriptionformat, password, auth, oldusername , deleted, course1, course2, course3, course4   
firstname, lastname, username, email, city, country, lang, timezone, mailformat, maildisplay, maildigest, htmleditor, ajax, autosubscribe ,institution, department , idnumber, skype , msn, aim, yahoo, icq, phone1, phone2, address, url, description, descriptionformat, password, auth, oldusername , deleted, course1, course2, course3, course4   
        // watch out when changing auth type or using external auth plugins!
         
// use oldusername when renaming users - this is the original username
// watch out when changing auth type or using external auth plugins!
// 1 means delete user
// use oldusername when renaming users - this is the original username
//course# not sure about these
// 1 means delete user
//course# not sure about these put short course name


--[[User:chris collman|chris collman]] 21:22, 22 November 2011 (WST)
--[[User:chris collman|chris collman]] 21:22, 22 November 2011 (WST)

Revision as of 13:23, 22 November 2011

Notes from Moodle 2.1 uploaduser.php

firstname, lastname, username, email, city, country, lang, timezone, mailformat, maildisplay, maildigest, htmleditor, ajax, autosubscribe ,institution, department , idnumber, skype , msn, aim, yahoo, icq, phone1, phone2, address, url, description, descriptionformat, password, auth, oldusername , deleted, course1, course2, course3, course4

// watch out when changing auth type or using external auth plugins! // use oldusername when renaming users - this is the original username // 1 means delete user //course# not sure about these put short course name

--Chris collman 21:22, 22 November 2011 (WST)