內容簡介
這個 WordPress 外掛可以防止特定用戶或用戶角色的密碼被重設或更改。可以設置特定用戶的例外。這樣該用戶的密碼就受到保護,無法被修改:
在用戶的個人檔案編輯器中
使用登錄窗口中的密碼重置鏈接
這些設置可以供網絡中的超級管理員或單個安裝中的普通管理員訪問。如果想要完全隱藏這些設置,請在 wp-config.php 中添加以下內容:
define( 'PLAINVIEW_PROTECT_PASSWORDS_HIDE', true );
需要 PHP 5.4。
外掛標籤
開發者團隊
原文外掛簡介
Prevent password resets or changes to specific users or user roles. User-specific exceptions to the sweeping user roles can be set. The user’s password is then protected from modification:
In the user’s profile editor
Using the password reset link in the login window
The settings are available to either the super admin on the network, or normal admins on a single installation. If you wish to hide the settings completely, put the following in your wp-config.php:
define( 'PLAINVIEW_PROTECT_PASSWORDS_HIDE', true );
Requires PHP 5.4.
