You are here

constant PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD in Protected Node 6

Same name and namespace in other branches
  1. 7 protected_node.module \PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD
  2. 1.0.x protected_node.module \PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD

The password is not required. The system uses the global password if the node does not define a password.

Defined in: protected_node_use_global_password

3 uses of PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD
protected_node_enterpassword_validate in ./protected_node.redirect.inc
Verify that the user entered the correct password.
protected_node_node_form_alter in ./protected_node.settings.inc
Actual implementation of the protected_node_form_alter() function.
_protected_node_admin_settings_validate in ./protected_node.settings.inc
Validate the submitted settings form from.

File

./protected_node.module, line 21

Code

define('PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD', 1);