MDL-34120 do not try to create new passwords for incorrectly deleted users
commit5cb477c4a11d0fa24bc535abef4364f86fe9c1dc
authorPetr Škoda <commits@skodak.org>
Sat, 30 Jun 2012 06:55:39 +0000 (30 08:55 +0200)
committerPetr Škoda <commits@skodak.org>
Sat, 30 Jun 2012 07:07:18 +0000 (30 09:07 +0200)
tree40770ce1f8114299e7afff9147c5a817954df970
parenta5f6ea2e88b040200db720b29ee5f9142d07a8e1
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