protected function execute($arguments = array(), $options = array())
 {
     $user = new trackerUser(new sfEventDispatcher(), new sfSessionTestStorage());
     $user->setPassword($arguments['password']);
     $this->log('Password changed.');
 }