Download Size md5 hash
protected_node-5.x-1.x-dev.tar.gz 10.28 KB cfa49f6e0f74417d9ec55d9b691281ba
protected_node-5.x-1.x-dev.zip 12.2 KB 5ad37ca5b6c1819844863ea3ab001b4d
Development snapshot from branch: master
Last updated: February 25, 2011 - 07:46

This release is for Drupal 5.x
It is fairly stable, I use it on one of my sites. Please test it and report back if you find any bugs or problems.

UPDATE as of 2007.11.08:
Major update on how protection works. Protected_node now utilises the Node Protection System.

Protected_node now stores passwords as sha1 hashes with optional salt. Salt could be configured in settings.php by definig $protected_node_salt variable with a random value. More entropy means better security. Usage is recommended.

Search and indexing problems are solved by the reimplemented logic flow. Now every node gets indexed by search module, but each user sees the contents she already visited and entered a valid password(applicable only to nodes set to be protected, of course).

Watch out for database update! Update #1 changes ALL passwords to their hash value without selection!