Fixing the following issues:
#1928330: PHP Warning When Creating New Users #2045517: Realms are saved before the form is submitted
Fixing the following major issue:
#1836296: Passwords are always shown on node view
Issue #1677852 by -morbiD-: 403 form now shown.
Issue #1412580 by danielb: Missing argument 4.
Issue #1319674: User's retain passwords when node is deleted by grahamu: Remove passwords from users when node deleted. Issue #1319686: passwords are not guaranteed to be unique by grahamu: Passwords are now unique.
Issue #1294582: Create finer control of unpublished nodes by danielb: Add setting for published/unpublished distinction.
#1040566: Type password when access to node #1152506: Support Profile module category
#1152506: Support Profile module category
7.x-4.x-dev
#1067724: PHP notice line 171
hook_update_N creates missing table.
Prevent *escape_string errors.
Updated broken queries. #1048544: How to upgrade from 2.2 to 3.0?
Initial Drupal 7 release.
Redesigned version of module.
7.x-3.x-dev
Avoid rebuilding entire node access table by using node_access_rebuild_bonus
#594962: nodeaccess password keeps having to be reset
Rebuild only the nodes in question upon user save.
Partial rewrite of module - uses different Grant ID paradigm. Burden of logic shifted to node and user save operations, rather than node view/load operations. Should improve performance for site visitors.
Removes unused node access password when saving a node.
Some developmental updates.
Initial release.