https://github.com/frankiejarrett/expire-passwords
Require certain users to change their passwords on a regular basis.
https://github.com/frankiejarrett/expire-passwords
wordpress wordpress-plugin wordpress-security
Last synced: about 1 year ago
JSON representation
Require certain users to change their passwords on a regular basis.
- Host: GitHub
- URL: https://github.com/frankiejarrett/expire-passwords
- Owner: frankiejarrett
- License: gpl-2.0
- Created: 2015-04-17T16:00:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T07:26:18.000Z (about 3 years ago)
- Last Synced: 2025-05-16T17:40:16.729Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin, wordpress-security
- Language: PHP
- Homepage: https://wordpress.org/plugins/expire-passwords/
- Size: 465 KB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Expire Passwords

Require certain users to change their passwords on a regular basis.
**Contributors:** [fjarrett](https://profiles.wordpress.org/fjarrett)
**Tags:** [admin](https://wordpress.org/plugins/tags/admin), [login](https://wordpress.org/plugins/tags/login), [membership](https://wordpress.org/plugins/tags/membership), [passwords](https://wordpress.org/plugins/tags/passwords), [profile](https://wordpress.org/plugins/tags/profile), [security](https://wordpress.org/plugins/tags/security), [users](https://wordpress.org/plugins/tags/users)
**Requires at least:** 4.0
**Tested up to:** 4.7
**Stable tag:** 0.6.0
**License:** [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://travis-ci.org/fjarrett/expire-passwords)
## Description ##
**Did you find this plugin helpful? Please consider [leaving a 5-star review](https://wordpress.org/support/view/plugin-reviews/expire-passwords).**
Harden the security of your site by preventing unauthorized access to stale user accounts.
This plugin is also ideal for sites needing to meet certain industry security compliances - such as government, banking or healthcare.
In the plugin settings you can set the maximum number of days users are allowed to use the same password (90 days by default), as well as which user roles will be required to reset their passwords regularly (non-Administrators by default).
**Languages supported:**
* English
* Czech
* Español
**Development of this plugin is done [on GitHub](https://github.com/fjarrett/expire-passwords). Pull requests welcome. Please see [issues reported](https://github.com/fjarrett/expire-passwords/issues) there before going to the plugin forum.**
## Screenshots ##
### Configure which user roles should be required to regularly reset their passwords and how often.

### Users with expired passwords are redirected to the password reset screen upon sign in.

### Users are not permitted to use the same password two times in a row during reset.

## Changelog ##
### 0.6.0 - January 5, 2017 ###
* Fix: Expiration not updating when resetting a password via email confirmation link.
Props [@fjarrett](https://github.com/fjarrett)
### 0.5.0 - December 23, 2016 ###
* Tweak: Indicate support for WordPress 4.7 and require at least 4.0.
* Fix: Selected user roles in plugin settings not always being honored.
* Fix: Destroy all sessions after login with an expired password.
Props [@fjarrett](https://github.com/fjarrett)
### 0.4.0 - April 13, 2016 ###
* New: Indicate support for WordPress 4.5.
* Tweak: Bring back PHP 5.2 compatibility.
Props [@fjarrett](https://github.com/fjarrett)
### 0.3.0 - July 9, 2015 ###
* New: Language support for Czech
* Tweak: Optimizations requiring PHP 5.3 or higher
* Fix: User role array error before options exist
Props [@fjarrett](https://github.com/fjarrett), [@dero](https://github.com/dero)
### 0.2.2 - July 2, 2015 ###
* New: Language support for Español
Props [@fjarrett](https://github.com/fjarrett)
### 0.2.1 - July 2, 2015 ###
* Fix: Fatal undefined function error occuring in some cases ([#3](https://github.com/fjarrett/expire-passwords/issues/3))
Props [@fjarrett](https://github.com/fjarrett)
### 0.2.0 - April 29, 2015 ###
* New: Disallow using the same password as before on reset ([#1](https://github.com/fjarrett/expire-passwords/issues/1))
* Tweak: Use default if limit is set to greater than 365 days
Props [@fjarrett](https://github.com/fjarrett)
### 0.1.0 - April 28, 2015 ###
* Initial release
Props [@fjarrett](https://github.com/fjarrett)