title = 'Login'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
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(); ?>