title = 'Login'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title); ?>

getSession() ->hasFlash('error') ) { echo '
' . Yii::$app->getSession() ->getFlash('error') . '
'; } ?>

Do you already have an account on one of these sites? Click the logo to log in with it here:

'site/login' ]); ?>

Please fill out the following fields to login:

[ 'class' => 'form-horizontal', 'id' => 'login-form', ], ]); ?> field($model, 'username') ->textInput(); ?> field($model, 'password') ->passwordInput(); ?> field($model, 'rememberMe') ->checkbox(); ?>
'btn btn-primary' ]); ?>