diff --git a/protected_node_rules/protected_node_rules.rules.inc b/protected_node_rules/protected_node_rules.rules.inc
index 4bbe09c..3516f3c 100644
--- a/protected_node_rules/protected_node_rules.rules.inc
+++ b/protected_node_rules/protected_node_rules.rules.inc
@@ -82,7 +82,7 @@ function protected_node_rules_rules_action_info() {
         'label' => t('Content'),
       ),
       'passwd' => array(
-        'type' => 'string',
+        'type' => 'text',
         'label' => t('Password'),
       ),
     ),
