這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Minimum Password Strength

描述

WordPress profile pages contain a visual indicator which shows the strength of a user’s chosen password. This is nice, but WordPress doesn’t actually enforce this in any way, so users are free to select weak passwords.

Minimum Password Strength uses the same method to calculate a password’s strength, but forces users to meet a minimum strength requirement before they can change their password.

By default, passwords must have “Medium” strength, but administrators can change this to force passwords to be at least “Weak”, “Medium”, or “Strong”. To change the minimum strength, go to Settings -> Password Strength after installing Minimum Password Strength.

For now, all users have the same password strength requirements, but a later release will allow administrators to select different strength requirements for different roles.

安裝

  1. Upload the ‘minimum-password-strength’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure your required password strength in Settings -> Password Strength

評價

2017年2月12日
Seems to work.. but when you do password reset after settings are at medium it lets you reset to weak. when you try very weak, it kicks in and says you need at least a medium. But for some reason when you do weak it lets it reset to weak even when set at medium
2017年2月11日 1 reply
I installed there is no settings option anywhere, nothing has changed
閱讀全部8個評價

貢獻者及開發者

“Minimum Password Strength” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Minimum Password Strength 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.2.0

  • Enforce password strength during password reset
  • Update “Tested up to” tag

1.1.2

  • Fixing the installation instructions
  • Updating the short and long descriptions
  • Updating the “Tested up to” tag

1.1.1

  • Fixing a broken author name

1.1

  • Adding a readme.txt file

1.0

  • Initial release