Improve user creation
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
var users = [];
|
||||
|
||||
$("#users-list").empty();
|
||||
$("#users-list").append(`The following users will be created. "undefined" fields will be left blank. Emails will be used as usernames. Supervisors will be created automatically if required.`);
|
||||
$("#users-list").append(`The following users will be created. "undefined" fields will be left blank. Emails will be used as usernames. Supervisors will be created automatically if required. If an incorrect grade is used the user will not be created.`);
|
||||
|
||||
var emails = [];
|
||||
for (i=0; i<excelRow.length - 1; i++) {
|
||||
|
||||
Reference in New Issue
Block a user