Index: protected_node.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/protected_node/protected_node.module,v
retrieving revision 1.8
diff -u -r1.8 protected_node.module
--- protected_node.module	14 Apr 2008 20:53:32 -0000	1.8
+++ protected_node.module	1 Aug 2008 00:30:09 -0000
@@ -63,7 +63,7 @@
 			'#default_value' => $form['#node']->is_protected,
 		);		
 		$form['protected_node']['password'] = array(
-			'#type' => 'password_confirm',			
+			'#type' => 'password',			
 			'#description' => t('Enter the node password here.'),
 			'#size' => 20,			
 		);

