/**
  * Link the model to the user_passwords table.
  *
  * @param \Gems_Model_JoinModel $model
  * @deprecated since version 1.5.4
  */
 public static function addUserPassword(\Gems_Model_JoinModel $model)
 {
     $model->addLeftTable('gems__user_passwords', array('gul_id_user' => 'gup_id_user'), 'gup');
 }