MDL-27804 allow changing of only auth in csv user uploads

This commit is contained in:
Petr Skoda
2011-07-15 11:07:33 +02:00
parent ecb8829273
commit df83301630
+1
View File
@@ -470,6 +470,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) {