summaryrefslogtreecommitdiffstats
path: root/views/users/login.html.php
blob: 0bfb2c5812f204d2a35d13e35116cb2345077461 (plain)
1
2
3
4
5
6
7
<?=$this->flashMessage->output(); ?>
<?=$this->form->create(); ?>
	<?=$this->form->field('username'); ?>
	<?=$this->form->field('password', array('type' => 'password')); ?>
	<?=$this->form->field('remember', array('type' => 'checkbox')); ?>
	<?=$this->form->submit('Login!'); ?>
<?=$this->form->end(); ?>