MDL-8096 - advanced edit now mostly works, though still some parts missing; RIP changeme user :-)

This commit is contained in:
skodak
2007-01-25 11:03:33 +00:00
parent 82e3457600
commit e8e0bb2d7b
9 changed files with 71 additions and 36 deletions
-6
View File
@@ -227,12 +227,6 @@ if ($um->preprocess_files() && confirm_sesskey()) {
}
}
if ($user->username === 'changeme') {
notify(get_string('invaliduserchangeme', 'admin'));
$userserrors++;
continue;
}
// before insert/update, check whether we should be updating
// an old record instead
if ($allowrenames && !empty($user->oldusername) ) {