內容簡介
WordPress 的個人檔案頁面包含一個視覺指示器,用於顯示使用者選擇的密碼強度。這很不錯,但實際上 WordPress 並未以任何方式強制執行此功能,所以使用者可以自由選擇弱密碼。
最小密碼強度使用相同的方法計算密碼的強度,但在使用者更改密碼之前,強制要求使用者達到最小強度要求。
預設情況下,密碼必須具有「中」級別的強度,但管理員可以更改此內容以強制要求密碼至少為「弱」、「中」或「強」。要更改最小強度,請在安裝「最小密碼強度」插件後轉到「設定」->「密碼強度」。
目前,所有使用者都有相同的密碼強度要求,但以後的版本將允許管理員為不同角色選擇不同的強度要求。
外掛標籤
開發者團隊
原文外掛簡介
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.
