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