3 echo $this->Session->flash('email');
5 echo $this->Session->flash('auth');
6 echo $this->Form->create('User', array('action' => 'register'));
7 echo $this->Form->inputs(array(
8 'legend' => __('Register', true),
14 echo $this->Form->end('Register');