constant PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD in Protected Node 1.0.x
Same name and namespace in other branches
- 6 protected_node.module \PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD
- 7 protected_node.module \PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD
Per node or 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.
5 uses of PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD
- ProtectedNodeBulkPassword::setUp in tests/
protected_node.bulk.test - Prepare users for protected node's tests.
- ProtectedNodeStatistics::setUp in tests/
protected_node.statistics.test - Prepare users for protected node's tests.
- 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 26 - Protected Node module.
Code
define('PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD', 1);