summaryrefslogtreecommitdiffstats
path: root/views/users
diff options
context:
space:
mode:
Diffstat (limited to 'views/users')
-rw-r--r--views/users/confirm.html.php1
-rw-r--r--views/users/signup.html.php17
2 files changed, 0 insertions, 18 deletions
diff --git a/views/users/confirm.html.php b/views/users/confirm.html.php
deleted file mode 100644
index cd0a6a7..0000000
--- a/views/users/confirm.html.php
+++ /dev/null
@@ -1 +0,0 @@
-<p>Thanks for signing up. Please check your email to confirm your registration. If you lost you key click <a href = "/signup/reconfirm">here </a> to have it resent</p>
diff --git a/views/users/signup.html.php b/views/users/signup.html.php
deleted file mode 100644
index 5b26977..0000000
--- a/views/users/signup.html.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$this->styles($this->html->style("/css/signup.css"));
-?>
-
-<?php if (isset($key)): ?>
-Confirmation Link: <a href="<?=$link ?>/<?=$key->key ?>"> Link </a>
-<?php else: ?>
-<?=$this->flashMessage->output(); ?>
-
-
-<?=$this->form->create($user); ?>
- <?=$this->form->field('username'); ?>
- <?=$this->form->field('newpass', array('type' => 'password', 'label' => 'password')); ?>
- <?=$this->form->field('email'); ?>
- <?=$this->form->submit('Signup!'); ?>
-<?=$this->form->end(); ?>
-<?php endif; ?> \ No newline at end of file