From ecf24b77b0caafdedb1d985e695a169b5adddb19 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Fri, 1 Jul 2011 01:04:27 -0400 Subject: fixed signup bug --- views/Users/signup.html.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/Users/signup.html.php b/views/Users/signup.html.php index 58aa0b0..4112bdd 100644 --- a/views/Users/signup.html.php +++ b/views/Users/signup.html.php @@ -7,11 +7,8 @@ Confirmation Link: Link form->create(); ?> form->field('username'); ?> - form->field('password', array('type' => 'password')); ?> + form->field('newpass', array('type' => 'password', 'label' => 'password')); ?> form->field('email'); ?> - form->submit('Signup!'); ?> form->end(); ?> \ No newline at end of file -- cgit v1.2.3