= Html::encode($this->title) ?>
Please fill out the following fields to login:
'login-form',
'layout' => 'horizontal',
'fieldConfig' => [
'template' => "{label}\n
{input}
\n
{error}
",
'labelOptions' => ['class' => 'col-lg-1 col-form-label'],
],
]); ?>
= $form->field($model, 'username')->textInput(['autofocus' => true]) ?>
= $form->field($model, 'password')->passwordInput() ?>
= $form->field($model, 'rememberMe')->checkbox([
'template' => "
{input} {label}
\n
{error}
",
]) ?>
You may login with admin/admin or demo/demo.
To modify the username/password, please check out the code app\models\User::$users
.