constant PROTECTED_NODE_PER_NODE_PASSWORD in Protected Node 6
Same name and namespace in other branches
- 7 protected_node.module \PROTECTED_NODE_PER_NODE_PASSWORD
- 1.0.x protected_node.module \PROTECTED_NODE_PER_NODE_PASSWORD
The password is required on all nodes unless the node type defines a default password.
Defined in: protected_node_use_global_password
4 uses of PROTECTED_NODE_PER_NODE_PASSWORD
- protected_node_admin_settings in ./
protected_node.settings.inc - Define the settings form
- protected_node_enterpassword_validate in ./
protected_node.redirect.inc - Verify that the user entered the correct password.
- protected_node_nodeapi in ./
protected_node.module - Implementation of hook_nodeapi(). @link http://api.drupal.org/api/function/hook_nodeapi/6
- protected_node_node_form_alter in ./
protected_node.settings.inc - Actual implementation of the protected_node_form_alter() function.
File
- ./
protected_node.module, line 13
Code
define('PROTECTED_NODE_PER_NODE_PASSWORD', 0);