diff --git a/main/admin/example.csv b/main/admin/example.csv index cea558455f..9b1b7e7e4b 100755 --- a/main/admin/example.csv +++ b/main/admin/example.csv @@ -1,3 +1,3 @@ -LastName;FirstName;UserName;Password;Email;OfficialCode;PhoneNumber;Status;Courses -Mcfly;Marty;marty;secret;marty@example.com;12345678;001-123-456-789;user;COURSE1|COURSE2|COURSE3 -Brown;Emmert;emmert;;drbrown@example.net;;;teacher;COURSE2 +LastName;FirstName;Email;UserName;Password;AuthSource;OfficialCode;PhoneNumber;Status;Courses +Mcfly;Marty;marty@example.com;marty;secret;platform;12345678;001-123-456-789;user;COURSE1|COURSE2|COURSE3 +Brown;Emmert;drbrown@example.net;emmert;;platform;;;teacher;COURSE2 diff --git a/main/admin/example.xml b/main/admin/example.xml index 9ce587770d..748954117a 100755 --- a/main/admin/example.xml +++ b/main/admin/example.xml @@ -5,6 +5,7 @@ Marty marty secret + platform marty@example.net 12345678 001-123-456-789 @@ -16,6 +17,7 @@ Emmett emmett secret + platform drbrown@example.net