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

title); ?>

Please fill out the following fields to login:

'login-form')); ?> field($model, 'username'); ?> field($model, 'password')->passwordInput(); ?> field($model, 'rememberMe')->checkbox(); ?>
'btn btn-primary')); ?>
You may login with admin/admin or demo/demo.
To modify the username/password, please check out the code app\models\User::$users.