跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Expire User Passwords

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Expire User Passwords

由 Matt Miller 開發
下載
  • 詳細資料
  • 使用者評論
  • 開發資訊
技術支援

外掛說明

請注意,這是已不再提供技術支援的 Expire Passwords 外掛的分支版本。下方的說明從原始外掛複製而來,但會隨著新版本更新內容。歡迎在 Expire User Passwords 的 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).

外掛本地化介面

  • Albanian (Shqip)
  • Arabic (العربية)
  • Armenian (Հայերեն)
  • Basque (Euskara)
  • Bengali (বাংলা)
  • Bulgarian (Български)
  • Catalan (Català)
  • Chinese Simplified (简体中文)
  • Croatian (Hrvatski)
  • Czech (Čeština)
  • Danish (Dansk)
  • Dutch (Nederlands)
  • Estonian (Eesti)
  • Finnish (Suomi)
  • French (Français)
  • Galician (Galego)
  • Georgian (ქართული)
  • German (Deutsch)
  • Greek (Ελληνικά)
  • Hebrew (עברית)
  • Hindi (हिन्दी)
  • Hungarian (Magyar)
  • Indonesian (Bahasa Indonesia)
  • Irish (Gaeilge)
  • Italian (Italiano)
  • Japanese (日本語)
  • Korean (한국어)
  • Latvian (Latviešu)
  • Lithuanian (Lietuvių)
  • Macedonian (Македонски)
  • Norwegian (Norsk)
  • Persian (فارسی)
  • Persian – Afghanistan (دری)
  • Polish (Polski)
  • Portuguese – Brazil (Português do Brasil)
  • Portuguese – Portugal (Português)
  • Romanian (Română)
  • Russian (Русский)
  • Serbian (Српски)
  • Slovak (Slovenčina)
  • Slovenian (Slovenščina)
  • Spanish (Español)
  • Swedish (Svenska)
  • Tamil (தமிழ்)
  • Thai (ไทย)
  • Turkish (Türkçe)
  • Ukrainian (Українська)
  • Urdu (اردو)
  • Vietnamese (Tiếng Việt)
  • Welsh (Cymraeg)

這個外掛在 GitHub 上進行開發工作,歡迎提交提取要求。在技術支援論壇提出問題前,請參考已回報的相關問題。

螢幕擷圖

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

常見問題集

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!

使用者評論

Stopped working on new WordPress version

odvir 2023 年 11 月 21 日
Excellent plugin. Unfortunately, after the new WordPress update, it blocks managed users from logging in.

Everything’s good, need just an update

nasseryo 2023 年 8 月 12 日
Everything in the title

Great plugin.

Henry Douglas 2022 年 3 月 27 日
Excellent plugin, solved my problem.

Does what it says 🙂

nikmittal 2020 年 5 月 26 日
Does what it says 🙂

Must have plug-in

marco1958 2020 年 3 月 12 日 1 則留言
Using it on 15 WP 5.3.2 sites at the moment. It’s a must have these days. Using the same password too long will lead to leaks at some time. Would like to have an export/import option to easily share settings. Also a way to configure via the wp cli would be nice.
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Expire User Passwords〉的開發相關工作。

參與者
  • Matt Miller
  • Frankie Jarrett
  • Miller Media

〈Expire User Passwords〉外掛目前已有 6 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Expire User Passwords〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.4.2

  • Added sanitization callback to register_setting()
  • Added translators comment and fixed singular placeholder in _n() call
  • Removed .gitmodules and .travis.yml from plugin directory
  • Updated “Tested up to” to 6.9

1.4.1

  • Added GPL license declaration to plugin header
  • Updated Author URI
  • Added direct file access protection to all PHP files
  • Improved output escaping and input sanitization
  • Removed non-production files from plugin directory

1.4.0

  • Added translations for 50 languages
  • Added POT translation template file
  • Added opt-in data cleanup on plugin deletion
  • Updated FAQ section
  • Updated readme with complete language list

1.3.9

  • Added translations for Russian, Polish, Dutch, Turkish, and Swedish
  • Updated localization section in readme

1.3.8

  • Added Chinese Simplified (zh_CN) translation

1.3.7

  • Added Japanese (ja) translation

1.3.6

  • Tested up to WordPress 6.9.1

1.3.5

  • Added dismissible review prompt notice after 14 days of usage
  • Removed non-dismissible footer review prompt from settings page

1.3.4

  • Added translations for Spanish, French, German, Portuguese (Brazilian), and Italian

1.3.3

  • Added FAQ section documenting first-install behavior and settings page access control

1.3.2

  • Compatibility updates for WordPress 6.9 and PHP 8.1+
  • Replaced deprecated FILTER_SANITIZE_STRING usage

1.3.1 – September 30, 2022

  • Support for PHP 7.2 and older

1.3 – September 27, 2022

  • Added ability for users to reset their expired password from the login screen
  • Added Dutch translation

Props @janwoostendorp

1.2 – May 4, 2022

  • Added ‘eup_submenu_access’ filter for greater control to access of plugin settings

1.1.0 – February 15, 2020

  • Fix: Updated namespace issues that caused critical errors when installing
  • Tweak: Tested support for WordPress 5.3.2

1.0.0 – November 7, 2019

  • New: Indicate support for WordPress 5.3

Props @Miller-Media

0.6.0 – January 5, 2017

  • Fix: Expiration not updating when resetting a password via email confirmation link.

Props @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

0.4.0 – April 13, 2016

  • New: Indicate support for WordPress 4.5.
  • Tweak: Bring back PHP 5.2 compatibility.

Props @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, @dero

0.2.2 – July 2, 2015

  • New: Language support for Español

Props @fjarrett

0.2.1 – July 2, 2015

  • Fix: Fatal undefined function error occuring in some cases (#3)

Props @fjarrett

0.2.0 – April 29, 2015

  • New: Disallow using the same password as before on reset (#1)
  • Tweak: Use default if limit is set to greater than 365 days

Props @fjarrett

0.1.0 – April 28, 2015

  • Initial release

Props @fjarrett

中繼資料

  • 版本 1.4.2
  • 最後更新 3 個月前
  • 啟用安裝數 3,000+
  • WordPress 版本需求 4.0 或更新版本
  • 已測試相容的 WordPress 版本 6.9.4
  • PHP 版本需求 8.1 或更新版本
  • 語言

    Chinese (Taiwan)、English (US)、German、Polish、Spanish (Mexico)、Spanish (Spain)、及 Spanish (Venezuela).

    將這個外掛本地化為你的母語版本

  • 標籤:
    loginmembershippasswordssecurityusers
  • 進階檢視

評分

4.2 星,滿分為 5 星
  • 3 個 5 星使用者評論 5 星 3
  • 1 個 4 星使用者評論 4 星 1
  • 0 個 3 星使用者評論 3 星 0
  • 1 個 2 星使用者評論 2 星 1
  • 0 個 1 星使用者評論 1 星 0

Your review

查看全部使用者評論

參與者

  • Matt Miller
  • Frankie Jarrett
  • Miller Media

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.