Please login or Html->link(__('Register', true), array('admin' => false, 'controller' => 'users', 'action' => 'register')); ?>.

Session->flash('auth'); echo $this->Form->create('User', array('action' => 'login')); echo $this->Form->inputs(array( 'legend' => __('Login', true), 'username', 'password' )); echo $this->Form->end('Login'); ?>