You are here

constant PROTECTED_NODE_GLOBAL_PASSWORD in Protected Node 6

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

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

2 uses of PROTECTED_NODE_GLOBAL_PASSWORD
protected_node_enterpassword_validate in ./protected_node.redirect.inc
Verify that the user entered the correct password.
_protected_node_admin_settings_validate in ./protected_node.settings.inc
Validate the submitted settings form from.

File

./protected_node.module, line 29

Code

define('PROTECTED_NODE_GLOBAL_PASSWORD', 2);