MDL-34120 do not try to create new passwords for incorrectly deleted users
commit1d5490dfed05a543787fa373818ee45999bcccda
authorPetr Škoda <commits@skodak.org>
Sat, 30 Jun 2012 06:55:39 +0000 (30 08:55 +0200)
committerDan Poltawski <dan@moodle.com>
Mon, 2 Jul 2012 08:48:45 +0000 (2 16:48 +0800)
treee73aecb8d4400fba0a97156bfd36d899a6c0f219
parent8579d40d593f09b61f475e34bf4d84088380ec06
MDL-34120 do not try to create new passwords for incorrectly deleted users

There is still some code that ignores delete_user() and instead hacks the user table directly, skip the borked user records for now when sending new passwords.
lib/cronlib.php