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
Comment #2
hass commentedComment #4
hass commented