* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\helpers\Html; use yii\widgets\ActiveForm; /** * @var yii\web\View $this * @var yii\widgets\ActiveForm $form * @var dektrium\user\models\User $model * @var dektrium\user\models\Account $account */ $this->title = Yii::t('user', 'Sign in'); $this->params['breadcrumbs'][] = $this->title; ?>
= Yii::t( 'user', 'In order to finish your registration, we need you to enter following fields' ) ?>:
= Html::a( Yii::t( 'user', 'If you already registered, sign in and connect this account on settings page' ), ['/user/settings/networks'] ) ?>.