password_policy 6.x-1.0-alpha2
deekayen - June 4, 2009 - 22:26
| Download | Size | md5 hash |
|---|---|---|
| password_policy-6.x-1.0-alpha2.tar.gz | 33.78 KB | 0a3775053c5a1e5e227624ef9d636b1f |
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
Last updated: June 4, 2009 - 22:31
New features
- New separate change password tab module
- New digit placement constraint, #316768: set restrictions on placement of numbers by deekayen
- Added password delay constraint, #316765: require minimum time before password change by deekayen
- New DE translation #281778: german translation, suggestion for clearer original text by rastatt
- Remove profile dependency
- Add restrictions list on the password change page
- Add skipping of password validation for openid accounts
- Move JS for password_policy to own function #359658: Move JS for password_policy to own function. by mathiaz.sk
- Brought back enabled password policies on the account edit page
Bug fixes
- Code style cleanup
- Fixes errors on password page related to missing constraint JS function
- Updates simpletests to not throw fatal errors with Simpletest 6.x-2.8
- Define variable before use, #316608: undefined variables php warnings by eMPee584
- Applied Postgres fixes for password policy, #442496: Postgres fixes for password policy by greg.1.anderson
- Fixed Undefined variable: uid in password_policy.module on line 738, #367374: Undefined variable: uid in password_policy.module on line 738. by eMPee584
- Fixed use of the format_plural() function
- Change redirection to password reset tab after the one time login link is used
- Made sure that a user is sent back on the password change (was needed fo openid)
- Fix E_NOTICE errors
- Fixed database name typo
Known issues
- some tests fail on history constraint
