Merged fix for stopped email from STABLE

This commit is contained in:
moodler 2004-10-04 15:49:40 +00:00
parent 03c40645c1
commit 492581591e

View File

@ -56,6 +56,8 @@
error("Could not set user secret string!");
}
$user->emailstop = 0; // Send mail even if sending mail was forbidden
if (! send_password_change_confirmation_email($user)) {
error("Could not send you an email to confirm the password change");
}