public function process()
 {
     $this->user->setPassword($this->password);
     $this->user->tryUpdate(false);
 }