Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Discussió:Upload users: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 1: Línia 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)

Revisió del 13:23, 22 nov 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)