constant PROTECTED_NODE_GLOBAL_PASSWORD in Protected Node 7
Same name and namespace in other branches
- 6 protected_node.module \PROTECTED_NODE_GLOBAL_PASSWORD
- 1.0.x protected_node.module \PROTECTED_NODE_GLOBAL_PASSWORD
Global password only.
Use the global password only. Ignore the node specific password and don't ask for one when editing the node.
Defined in: protected_node_use_global_password.
5 uses of PROTECTED_NODE_GLOBAL_PASSWORD
- ProtectedNodeGlobalPassword::setUp in tests/
protected_node.global.test - Prepare users for protected node's tests.
- ProtectedNodePerTypePassword::setUp in tests/
protected_node.per_type.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_init in ./
protected_node.module - Implements hook_init().
- _protected_node_admin_settings_validate in ./
protected_node.settings.inc - Validate the submitted settings form from.
File
- ./
protected_node.module, line 36 - Protected Node module.
Code
define('PROTECTED_NODE_GLOBAL_PASSWORD', 2);