force_password_change 2.0.1

Drupal 10 support

Contributors (1)

heddn

Changelog

Issues: 1 issues resolved.

Changes since 2.0.0:

force_password_change 7.x-2.2

Bug fixes

Fixed warning showing up on account pages that weren't the main account tabl

force_password_change 7.x-2.1

Bug fixes
New features

Fixing a bug showing an error when admin page is saved
Added functionality to disable module functionality in settings.php

force_password_change 8.x-1.0-rc5

Bug fixes
New features

Refactored configuration so all configuration is part of the force_password_change.settings configuration.

Added ability to disable the module through settings.php in case of an error.

Added functionality tests.

Fixed bugs found in functionality tests.

Commented code.

force_password_change 8.x-1.0-rc1

Bug fixes

Initial release candidate for 8.x-1.0. Tests have been written and code has been cleaned up.

force_password_change 8.x-1.0-beta3

Bug fixes

Cleaning up a number of bugs. Removed a database table, and switched to using the user.data service instead. Added tests for the controller and admin form.

force_password_change 8.x-1.0-beta2

Bug fixes
New features
  • Whitelisting unmasquerade path for users who have Masquerade module installed
  • Fixing missing leading slashes in whitelisted paths
  • Fixing bug where role was note removed from {force_password_change_expiry} table when role is deleted, resulting in error on admin page

force_password_change 7.x-2.0

Bug fixes
New features

No bug reports for two weeks, so we are releasing a full release of 7.x-2.0, that can be covered by the Drupal security policy.

force_password_change 7.x-2.0-rc2

Bug fixes

Version 7.x-2.0 fixes various bugs reported by users since the last release. It likely should not have any bugs, which is why it is released as a release candidate (RC2)

force_password_change 7.x-1.0

Bug fixes

Full Release. Any new functionality and bug fixes will be applied to this version.

Resolved issues: 1535266, 1440660, 1271480.

force_password_change 7.x-1.0-rc2

Bug fixes

Fixed bug whereby passwords always expired at 0 seconds, thereby forcing a perpetual changing of the password as reported by alakon in [#1041096]

force_password_change 7.x-1.0-rc1

* initial D7 release
* added force_password_change_pages.inc
* removed force_password_change.pages.inc
* reviewed all code, re-writing some code, and removing other extraneous code
* namespaced module items in the {variable} table
* commented code

force_password_change 6.x-3.4

New features

Added setting to allow for password change status to be checked on either every page or only on login

force_password_change 6.x-3.3

Bug fixes

Fixed major bug where users whose passwords expired were not able to go anywhere on the site other than the password change page.

force_password_change 6.x-3.0-beta1

New features

Initial version 3.0 release.

New functionality:
* Adds password expiry functionality to the module. This allows administrators to force, by role, the expiration of passwords after a certain amount of time.

force_password_change 6.x-2.1

Bug fixes

* Committed wrong code for version 6.x-2.0
* Re-releasing proper code in 6.x-2.1

force_password_change 6.x-2.0-beta4

Bug fixes

Accidentally committed the wrong files in the last tag release. This is the correct set of files.

force_password_change 6.x-2.0-beta3

Bug fixes

Removed stats from label tag on settings page. This was causing a bug whereby clicking the link in the stats checked the box (normal HTML behavior), which could result in an inadvertent forced password change for a role if the user came back to the page and clicked 'submit' for a different reason.

force_password_change 6.x-2.0-beta2

Bug fixes

* Fixed a bug in the install file that tried to create a column in the users table even though it already exists.

force_password_change 6.x-2.0-beta1

New features

Added following features:
* Ability to force individual user to reset their password
* Ability to force individual new user to reset their password on the user creation screen (admins)
* Listing on each user page of when the user was last forced to change their password, when they last changed their password, and whether or not they have a pending password change
* Addition of stats to the force password settings page
* Creation of details page for each role showing details by user

force_password_change 6.x-1.0

Bug fixes

* Added hook_schema_install() to force_password_change.install
* Fixed error reported by andyhu in #769850: Duplicated warning message whereby the error message was sometimes being reported mutliple times

force_password_change 6.x-1.0-rc4

Bug fixes

Replaced the 'force new users to update password' that was accidentally removed in RC3.

force_password_change 6.x-1.0-rc3

New features

Added setting whereby an admin can set the URL of the page to be redirected to. This is for implementations in which the user password change form has been moved to a non-standard path. This issue was reported by lladnar1 (http://drupal.org/user/183932) in #699476: Change password url

force_password_change 6.x-1.0-rc2

New features

Added functionality to force new users to change their passwords on first-time login.

Subscribe with RSS Subscribe to Releases for Force Password Change