title = '用户登录'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

请在下方输入你的用户凭证:

field($model, 'username')->label('用户名')->textInput(['autofocus' => true]) ?> field($model, 'password')->passwordInput()->label('密码') ?> field($model, 'rememberMe')->checkbox()->label('记住本次登录') ?>
'btn btn-primary']) ?>