MDL-27804 allow changing of only auth in csv user uploads
This commit is contained in:
@@ -468,6 +468,7 @@ if ($formdata = $mform2->is_cancelled()) {
|
||||
if (!isset($supportedauths[$user->auth])) {
|
||||
$upt->track('auth', $struserauthunsupported, 'warning');
|
||||
}
|
||||
$doupdate = true;
|
||||
}
|
||||
$allcolumns = array_merge($STD_FIELDS, $PRF_FIELDS);
|
||||
foreach ($allcolumns as $column) {
|
||||
|
||||
Reference in New Issue
Block a user