See http://drupal.org/node/552398#comment-4681844 - is_new is not included in the field list for users in D7. It can still be used:

$this->addFieldMapping('is_new')
     ->defaultValue(TRUE);

it'll just generate warnings in the UI.

Comments

mikeryan’s picture

Status: Active » Fixed

Committed.

Status: Fixed » Closed (fixed)

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