|
@@ -7,11 +7,8 @@ Confirmation Link: <a href="<?=$link ?>/<?=$key->key ?>"> Link </a>
|
|
|
<?=$this->form->create(); ?>
|
|
<?=$this->form->create(); ?>
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
<?=$this->form->field('username'); ?>
|
|
<?=$this->form->field('username'); ?>
|
|
|
- <?=$this->form->field('password', array('type' => 'password')); ?>
|
|
|
|
|
|
|
+ <?=$this->form->field('newpass', array('type' => 'password', 'label' => 'password')); ?>
|
|
|
<?=$this->form->field('email'); ?>
|
|
<?=$this->form->field('email'); ?>
|
|
|
- <!-- This needs to be moved to the admin panel
|
|
|
|
|
- <?=$this->form->select('level', array('User' => 'User', 'Mod' => 'Mod', 'Admin' => 'Admin', 'root' => 'Root'), array('value' => 1)); ?>
|
|
|
|
|
- -->
|
|
|
|
|
<?=$this->form->submit('Signup!'); ?>
|
|
<?=$this->form->submit('Signup!'); ?>
|
|
|
<?=$this->form->end(); ?>
|
|
<?=$this->form->end(); ?>
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|