* * 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; ?>

title) ?>

:

'connect-account-form', ]); ?> field($model, 'email') ?> field($model, 'username') ?> 'btn btn-success btn-block']) ?>

.