Downloads

Download tar.gz 6.93 KB
MD5: 9ddcfcfb0aee0043133d494cfe84190e
SHA-1: 5c14611215e45c43779bcf62eb3e696ab95fc335
SHA-256: d5e415424d276520621d50294da07417ae506f887b61034bf35be611ff9a1b72
Download zip 7.22 KB
MD5: acc1daff74b1538feb2780b9692a44b4
SHA-1: e955650e5123a35b348966538400f81a644e1c5a
SHA-256: 0a1447df052fe0fc41878149ad538bcb004fa0929f4e8fa62cef5ed418a5f25e

Release notes

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!

Created by: mtolmacs
Created on: 25 Mar 2007 at 15:26 UTC
Last updated: 16 Jul 2015 at 19:43 UTC
Bug fixes
New features

Other releases