static function removeByUserID($userID)
 {
     eZPersistentObject::removeObject(eZForgotPassword::definition(), array('user_id' => $userID));
 }