The condition in user_register_notify_setup_email() is somewhat wrong. If a user is enabled, no update emails are send anymore. The condition is no logix to me, so just removing it except the user = 1 check.

if ($account->uid != 1 && (variable_get('user_register', 1) == 1 ? $account->status : !$account->status)) {

Comments

hass created an issue. See original summary.

hass’s picture

Issue summary: View changes

  • hass committed 5b54f5a on 7.x-1.x
    Issue #2761723 by hass: User update email not always send
    
hass’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.