Update of /cvs/scoop/scoop/lib/Scoop/Users
In directory lithium.sabren.com:/tmp/cvs-serv17667/lib/Scoop/Users

Modified Files:
	NewUser.pm 
Log Message:
Committing janra's signup password fix. -j


Index: NewUser.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Users/NewUser.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NewUser.pm	28 May 2005 01:56:29 -0000	1.6
--- NewUser.pm	28 Apr 2006 17:47:10 -0000	1.7
***************
*** 422,425 ****
--- 422,427 ----
  	my $pass2 = $S->cgi->param('pass2');
  
+ 	# Is there anything in them?
+ 	return "<br> Please enter a password." unless $pass1;
  	# Do they match?
  	return qq|<br> The two password fields do not match. Please enter your password again.|