Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
36.27 KB
MD5: fd260fe470368d1b543364bdffd022b6
SHA-1: ef6882915195caa0328c2e1f0ba50a9165b446e4
SHA-256: 0fff556ac82ee2209dca91abd2dfeca164a048163befed0c7dadb7b746091f1d
Download zip
50.29 KB
MD5: be3e0fb6f752e9242b51420da5f901b7
SHA-1: f862706f7249d346d4ed7895b6a3e3c30500007b
SHA-256: ad680947721b2f719604c4bbfc158e843c4f900daafce7c3872a3afa6676c276
Release notes
IMPORTANT: If your site used Password Policy 6.x in the past:
- You should back up your database prior to applying this update to minimize risk of losing password history due to unforeseen update problems.
- Be warned that the database updates might take a long time to run for sites with many users.
Changes since 7.x-1.6:
- #2092699 by AohRveTPV, rooby: Passwords containing all spaces are allowed
- #2129745 by Angry Dan: Implement hook_field_extra_fields()
- #1051390 by erikwebb, deekayen: Added Make option for password reset request to force password change.
- #1452280 by erikwebb, Matt V., deekayen, bcweaver: Fixed Force password change broken for 'administrators'.
- #2157559 by AohRveTPV, plong: Fixed Cannot Uncheck Force Password Change.
- #2093437 by AohRveTPV, ryan_courtnage: Fixed Should (password_policy_block == 1) block user accounts?.
- #2272727 by AohRveTPV: constraint_history.inc has execute permission
- Cleaned up various code per coding standards.