Linux 软件免费装
Banner图

Expire User Passwords

开发者 fjarrett
millermedianow
millermediadev
更新时间 2026年3月12日 08:37
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

security login users membership passwords

下载

1.3.9 1.4.0 1.4.1 1.2 1.1.0 1.1.2 1.3 1.0.0 1.3.3 1.4.2 1.3.1 1.3.2 1.3.4 1.1.1 1.3.5 1.3.6 1.3.7 1.3.8

详情介绍:

Note: This is a forked version of the now unsupported Expire Passwords plugin. The notes below are copied over from the original plugin and will be updated as relevant updates become available. Please help by contributing to the GitHub repository Expire Passwords on GitHub Did you find this plugin helpful? Please consider leaving a 5-star review. 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: Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.

屏幕截图:

  • 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.

常见问题:

What happens to existing users when I first install the plugin?

Existing users are not immediately expired. The plugin tracks each user's last password reset date. Users who have never reset their password have no recorded date, so they are treated as not expired. The expiration clock only starts once a user registers or resets their password after the plugin is active.

How can I hide the settings page from certain roles?

The plugin provides a eup_submenu_access filter to control which capability is required to see the settings page. By default it requires manage_options. To restrict it to only administrators, add this to your theme's functions.php: add_filter( 'eup_submenu_access', function() { return 'manage_network'; } ); Or use any capability that only your desired role has. This is useful when custom roles have manage_options for other purposes but should not access the Expire User Passwords settings.

What is the default password expiration period?

The default is 90 days. You can change this in Settings > Expire Passwords to any value between 1 and 365 days.

Which user roles are affected by default?

By default, all non-Administrator roles are required to reset their passwords. You can customize which roles are affected in the plugin settings.

Can users reuse their old password?

No. When a user's password expires and they are prompted to reset it, they cannot use the same password they had before.

What PHP and WordPress versions are supported?

The plugin requires PHP 8.1 or higher and has been tested up to WordPress 6.9.1. It requires WordPress 4.0 at minimum.

What languages are supported?

The plugin is available in 50 languages!

更新日志:

1.4.2 1.4.1 1.4.0 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 - September 30, 2022 1.3 - September 27, 2022 Props @janwoostendorp 1.2 - May 4, 2022 1.1.0 - February 15, 2020 1.0.0 - November 7, 2019 Props @Miller-Media 0.6.0 - January 5, 2017 Props @fjarrett 0.5.0 - December 23, 2016 Props @fjarrett 0.4.0 - April 13, 2016 Props @fjarrett 0.3.0 - July 9, 2015 Props @fjarrett, @dero 0.2.2 - July 2, 2015 Props @fjarrett 0.2.1 - July 2, 2015 Props @fjarrett 0.2.0 - April 29, 2015 Props @fjarrett 0.1.0 - April 28, 2015 Props @fjarrett