mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-66453' of https://github.com/dmitriim/moodle
This commit is contained in:
commit
fd376582ac
5 changed files with 156 additions and 5 deletions
9
lib/tests/fixtures/upload_users_category.csv
vendored
Normal file
9
lib/tests/fixtures/upload_users_category.csv
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
username,password,firstname,lastname,email,category1,categoryrole1,course1,role1
|
||||
jonest,verysecret,Tom,Jones,jonest@example.com,MGMT,manager,management1,student
|
||||
reznor,somesecret,Trent,Reznor,reznor@example.com,MGMT,manager,management1,student
|
||||
aurora,topsecret,Aurora,Jiang,aurora@example.com,MGMT,coursecreator,management1,student
|
||||
fellini,mysecret,Federico,Fellini,fellini@example.com,Film,coursecreator,film1,student
|
||||
ivanov,secret,Ivan,Ivanov,ivanov@example.com,Film,notcoursecreator,film1,student
|
||||
smith,notsecret,John,Smith,smith@example.com,Movie,coursecreator,movie1,student
|
||||
cool,simplepass,Warm,Cool,cool@example.com,MGMT,,management1,student
|
||||
bond,secret007,James,Bond,bond@example.com,,manager,management1,student
|
|
Loading…
Add table
Add a link
Reference in a new issue