Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There it seems that you need to look at the registration form model, there, after the user is created, it authorizes him, this line should be removed :-)
Replace in SiteController -> actionSignup
if (Yii::$app->getUser()->login($user)) {
return $this->goHome();
}
return $this->goHome();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question