password 6.x-2.0-beta1

New features
Unsupported

The 2.x branch of Password module will no longer keep MD5 password hashes in the {users} table. The module now stores the secure hashes directly in {users}.pass using the same secure hashing method used in Drupal 7.

The upgrade path for this may not quite work properly, so make backups and use at your own risk until 6.x-2.0 officially is released.

password 6.x-1.0

Bug fixes
Unsupported

Changes since 6.x-1.0-beta1:

  • Ensure the password_count_log2 variable is uninstalled.
  • Deprecated the _password_include() function.
  • Update password.inc to the latest version from Drupal 7.
  • Rename table from 'password' to 'user_password' to avoid using a reserved word.
  • Stripping CVS keywords
  • by Dave Reid: Delete password record when user account is deleted.
  • by Dave Reid: Fixed logic that completely broke logins. Oops.
  • by Dave Reid: Support importing legacy passwords via user_save().

password 6.x-1.0-beta2

Unsupported

Changes since DRUPAL-6--1-0-BETA1:

  • by Dave Reid: Support importing legacy passwords via user_save().
  • by Dave Reid: Fixed logic that completely broke logins. Oops.
Subscribe with RSS Subscribe to Releases for Password