內容簡介
為了增強 WordPress 網站的安全性,此外掛會使用 WordPress 提供的獨特 Key 生成器,更新 wp-config.php 檔案中的下列 Key / Salt 內容:
AUTH_KEY
SECURE_AUTH_KEY
LOGGED_IN_KEY
NONCE_KEY
AUTH_SALT
SECURE_AUTH_SALT
LOGGED_IN_SALT
NONCE_SALT
如果 wp-config.php 檔案不可編輯,此外掛會顯示 Key / Salt 值於外掛選項頁面,以便管理員手動更新 wp-config.php 檔案。
外掛標籤
開發者團隊
原文外掛簡介
In an effort to help make WordPress installations more secure, this plugin will use the WordPress hosted Unique Key generator to update the wp-config.php file with the following keys/salts:
AUTH_KEY
SECURE_AUTH_KEY
LOGGED_IN_KEY
NONCE_KEY
AUTH_SALT
SECURE_AUTH_SALT
LOGGED_IN_SALT
NONCE_SALT
If the wp-config.php file is not writable, then the plugin will show the key / salt values on the plugin options page so the admin can then manually update the wp-config.php file.
