added views and Authclients

This commit is contained in:
Antonio Ramirez
2016-12-10 20:55:17 +01:00
parent 1c863f815a
commit 6d47dcaf22
41 changed files with 1876 additions and 5 deletions

View File

@ -106,7 +106,7 @@ class RegistrationController extends Controller
'Your account has been created and a message with further instructions has been sent to your email'
)
);
return $this->render('message', [
return $this->render('/user/shared/message', [
'title' => Yii::t('user', 'Your account has been created')
]);
}
@ -186,7 +186,7 @@ class RegistrationController extends Controller
}
return $this->render(
'message',
'/user/shared/message',
[
'title' => Yii::t('user', 'Account confirmation'),
'module' => $this->module,