1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-20 07:30:01 +01:00

Merge branch 'master_MDL-35332' of git://github.com/totara/moodle

This commit is contained in:
Dan Poltawski 2013-02-11 16:43:34 +08:00
commit 32f832b22b

@ -204,7 +204,8 @@ EOD;
$record['timemodified'] = $record['timecreated'];
$record['lastip'] = '0.0.0.0';
$record['password'] = hash_internal_user_password($record['password']);
// Use fast hash during testing.
$record['password'] = hash_internal_user_password($record['password'], true);
if ($record['deleted']) {
$delname = $record['email'].'.'.time();