Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Upload users.

Talk:Upload users: Difference between revisions

From MoodleDocs
No edit summary
 
(One intermediate revision by one other user not shown)
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)
==Enrollment instructions don't make sense==
It says: ''Value 1 is default course role''
Well that can't be true, there is no such thing as a default course role any more. There is a default role per enrollment method in each course. This bit of the documentation is very confused.

Latest revision as of 14:44, 28 May 2012

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)

Enrollment instructions don't make sense

It says: Value 1 is default course role

Well that can't be true, there is no such thing as a default course role any more. There is a default role per enrollment method in each course. This bit of the documentation is very confused.