where('email = :email', [':email' => $this->email]) ->exists()) $this->addError('email', Yii::t('app', 'emailis')); } }