Form->create('User');?>
Form->input('name'); echo $this->Form->input('email'); echo $this->Form->input('activated'); echo $this->Form->input('username'); echo $this->Form->input('password'); echo $this->Form->input('role'); echo $this->Form->input('confirm_hash'); ?>
Form->end(__('Submit', true));?>