password_policy 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-2.0-alpha1.tar.gz | 21.32 KB | 447eb1a5cb95c99739234d2a5a6608b8 |
| password_policy-7.x-2.0-alpha1.zip | 31.26 KB | 3b36e082478d98f5e971495885b12e0d |
Release notes
First alpha release of 7.x-2.x
password_policy 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.3.tar.gz | 37.3 KB | 3637f7138d39db137db19fb5a5eb700f |
| password_policy-7.x-1.3.zip | 51.45 KB | 660d1201d7265364e13e00e3aaf3361a |
Release notes
Removes client-side password checks and fixes a PHP warning on account save. See SA-CONTRIB-2012-159 - Password policy - Information leakage of hashed passwords for more details.
password_policy 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.5.tar.gz | 34.2 KB | 241877876ba04b0a197f1bb105128917 |
| password_policy-6.x-1.5.zip | 46.77 KB | e5b892f8bc7ca3d44cc9f3a0ac9682b3 |
Release notes
- Removed client-side password history checks. See SA-CONTRIB-2012-159 - Password policy - Information leakage of hashed passwords for more details.
- Add constraint includes to each test case.
- #1800280: Notice when $account->roles is not set
- #1666054: Stricter username constraint
- #1226418: The username constraint is always tested, despite the corresponding option is enabled or not
- #1424324: Make password redirect URL overridable
- #491158: Integrate with Password Change module
- #1332000: Feature to exclude pages from force password change
- #958794: Add a short description above policies for user
password_policy 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.2.tar.gz | 37.4 KB | 4025af84554f22dad82681a8be55efdb |
| password_policy-7.x-1.2.zip | 51.67 KB | b0597c9a0fa71d8f79f64acf4dcc47ee |
Release notes
Password tab is finally ported to Drupal 7!
Also, the API used for constraints has changed. Please see this change record for more information - Password policy constraints now use submitted user account rather than database to check for password compliance.
New features -
API changes -
Bug fixes -
- #1711518: Users with expired passwords that get blocked by cron, when unblocked by admin, get reblocked on login
- #1479478: Force change checkbox should only display on the account tab
- #1699362: Password requirements item list CSS class
- #1694768: watchdog message category inconsistent
- #1612568: Redirect after password change
- #1601048: PHP notice on user account form
password_policy 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.1.tar.gz | 35.26 KB | 9be4fb840911dcece5f257245fa9578e |
| password_policy-7.x-1.1.zip | 48.07 KB | 58d1efb71fee071c5fcce569e2888873 |
Release notes
The username constraint now checks for the username anywhere in the password, rather than the exact password. This should probably have been the behavior all along and won't directly affect existing passwords.
Changes since 7.x-1.0:
password_policy 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-2.x-dev.tar.gz | 21.32 KB | d146683a092b4258f30f11509a35c736 |
| password_policy-7.x-2.x-dev.zip | 31.27 KB | 67636de33fe46c2f93b2429782c429e0 |
Release notes
Full CTools-based rewrite of Password Policy for D7.
password_policy 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0.tar.gz | 35.13 KB | 2af07f750d5d593a45471e84325d29ef |
| password_policy-7.x-1.0.zip | 47.91 KB | d7dda848ac11dbba99c6c957d37782b3 |
Release notes
It's about time for an official D7 release!
Changes since 7.x-1.0-rc3 -
password_policy 7.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-rc3.tar.gz | 35.15 KB | 1f99a5fe12622b5690fd53a26ac2df1c |
| password_policy-7.x-1.0-rc3.zip | 47.9 KB | 81c29a040bc6688f2452e8e3a019dee8 |
Release notes
#1515596: Password Policy throwing Notice: Undefined property: stdClass::$name on Features Recreate page by shadybar
#1251756: True unicode support
#1410172: Implementation of hook_user_login() was not ported
#1482378: Force Password Change checkbox doesn't work for users create while module is disabled
#1504958: Password Tab passing string instead of array to drupal_goto()
#1537526: Wrong description of password policies constraint (length)
#1551236: follow ux guidelines on an empty table by greggles
#1514906: Don't show users empty or 0-based constraints by Jim Kirkpatrick
#1403338: Password Policy text displaying in forms without password field
#1479514: Change password url should be more specific (user/edit/account) by rooby
#1468172: "Delay" constraint combined with "Force password change on next login" can result in a temporary catch-22 for the user by Matt V.
#1467184: Fatal error: Call to a member function condition() on a non-object in /.../password_policy/constraints/constraint_delay.inc
#1406342: Password strength message can't be translated
password_policy 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-rc2.tar.gz | 34.79 KB | d48141e638824755093a397dab5eb120 |
| password_policy-7.x-1.0-rc2.zip | 47.39 KB | 30d76a1021c3b9c9334098a31a1ce0d1 |
Release notes
#1415416: password_policy_user_login() uses D6 style db queries
#958794: Add a short description above policies for user
password_policy 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-rc1.tar.gz | 34.77 KB | 1f7c4732445d16a558dac74e199ec812 |
| password_policy-7.x-1.0-rc1.zip | 47.37 KB | cc770a5ee685ee0428ba5310ce1345d2 |
Release notes
In an effort to get a final version out, Password Policy will be feature-frozen for the time being as the few remaining bugs are resolved.
password_policy 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-beta4.tar.gz | 34.52 KB | 1112579ba6c46ed67816d8fe94412f31 |
| password_policy-7.x-1.0-beta4.zip | 47.09 KB | 5fd49ccf3dfa3fd9d390eddb090c09b6 |
Release notes
#1315696: constraint_delay.inc still uses D6 database functions
#1252666: hook_user uses outdated D6 ops - move 'register' and 'form' ops to form_alter's
#1396388: Unable to block a user a second time
#1334202: Unable to delete policy
#1215328: Error when going to list before creating a password policy
#1211080: Force users to change password does not work
#1365450: Notice: Undefined property: stdClass::$force_password_change in password_policy_user_update()
password_policy 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-beta3.tar.gz | 34.5 KB | 779c1eb64857c70fe7c1a107fad0bece |
| password_policy-7.x-1.0-beta3.zip | 47.06 KB | 307dad01a970e84408d3386052c07f88 |
Release notes
This release fixes multiple security vulnerabilities, all users of Password Policy 7.x-1.0-beta2 or lower, or any 7.x-1.x-dev snapshot from before 2012-01-12 are urged to upgrade.
password_policy 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.4.tar.gz | 33.53 KB | 6b0830b4e430523b2935e6e8986266d4 |
| password_policy-6.x-1.4.zip | 46.19 KB | 86bff1fb85ed6884146632695b967d62 |
Release notes
This release fixes multiple security vulnerabilities, all users of Password Policy 6.x-1.3 or lower, or any 6.x-1.x-dev snapshot from before 2012-01-12 are urged to upgrade.
password_policy 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.3.tar.gz | 33.31 KB | 83d3b87761594421ff5600fb133de3a1 |
| password_policy-6.x-1.3.zip | 45.96 KB | 981b8d17b33e85fb632f08883d197503 |
Release notes
#927886: Password Policy module not forcing force password change
#1174748: Erroneous "Failed" messages on updates 6003, 6004, 6005, and 6006
#1361392: Prevent empty page when no constraints are selected
password_policy 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.2.tar.gz | 33.29 KB | 28b7a06fcff7da0d5505c2a712e926b5 |
| password_policy-6.x-1.2.zip | 45.93 KB | 68275cb0b5fb15016b7f7999a3f32046 |
Release notes
#900822 by willesabrook: Password rules not taken into effect on create new account
#1133216 by dakku, subson: Fix PHP 5.3 incompatibility
#1189756 by dppeak, draenen: Update broken links after password_tab URL changes
#1131262 by dppeak, iva2k: Fix load arguments for by adding new category to user object
password_policy 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.x-dev.tar.gz | 37.61 KB | 25f609d5fc3d9e6390c63d2992dceb0d |
| password_policy-7.x-1.x-dev.zip | 51.77 KB | a019e6ae077f1b94f7cf84482398ec4b |
Release notes
Nightly snapshot releases.
password_policy 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-beta2.tar.gz | 34.23 KB | 38627acc4b5bbf6d3aa82d1515da58d9 |
| password_policy-7.x-1.0-beta2.zip | 46.8 KB | 2956f1ee75ade5ed9a6191b11d8fef9f |
Release notes
Issue #1283776: Wrong comment: "Implements hook_perm()." by kenorb: Wrong comment: "Implements hook_perm()."
password_policy 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.1.tar.gz | 33.21 KB | 4826ce97d0165abfbb5081de42548416 |
| password_policy-6.x-1.1.zip | 45.86 KB | 322836a3862ab45efd1ad9749f52d260 |
Release notes
Issue #1174318: SQL warning by hbergin: Fix ambiguous field in roles join
password_policy 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| password_policy-7.x-1.0-beta1.tar.gz | 33.11 KB | e9a60b0b0cc7ab9246ee16549199fb2a |
| password_policy-7.x-1.0-beta1.zip | 45.72 KB | 06284dc86ec69662e79e30ccd38a7dc3 |
Release notes
Straight upgrade from 6.x-1.x by ericwebb.
password_policy 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.0.tar.gz | 32.17 KB | 49460fe520c30b6a92f43ba83aefd299 |
| password_policy-6.x-1.0.zip | 44.77 KB | 4f2b30b1c6338cece96f73579dbbf5c5 |
Release notes
#786202: "Failed" message on Update #6002
#825664: German translation
#793598: duplicate account activation emails are sent when account activated by admin
#854144: Fix Engrish description of digit placement constraint
#992724: Constants are defined with variable_get
#1095146: Conflicts with email_registration module
#985758: Convert password_policy to use ctools exportables
#992866: password_policy_password_tab: Re-implementing core user_pass_reset() is not required and seems unsafe.