It's better if recipients know what the user account action was (insert, update).

I changed user_register_notify_user(), case 'update' to include the action:

user_register_notify_setup_email($edit, $account, 'update');

and

user_register_notify_setup_email(&$edit, &$account, $action = 'insert')

and
$variables to include

'!action' => $action == 'insert'? 'create' : 'update',

The !action placeholder can then be included in the email template.

Comments

jonathan_hunt’s picture

Priority: Critical » Normal

Sorry, this shouldn't be critical

rmiddle’s picture

Status: Active » Fixed

Committed to CVS both 5.x and 6.x will be included in 1.10.

Status: Fixed » Closed (fixed)

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