title = 'Login'; $this->params['breadcrumbs'][] = $this->title; ?>
Please fill out the following fields to login:
beginWidget(ActiveForm::className(), array('options' => array('class' => 'form-horizontal'))); ?> field($model, 'username')->textInput(); ?> field($model, 'password')->passwordInput(); ?> field($model, 'rememberMe')->checkbox(); ?>