
內容簡介
Restricted User Activity 是一款網站安全防護外掛,透過在 wp-config.php 中明確指定合法管理員使用者 ID,防止駭客利用漏洞建立未授權的管理員帳號並對網站進行惡意操作。
【主要功能】
• 限制管理員帳號的操作權限
• 在 wp-config.php 中設定合法管理員 ID 白名單
• 阻擋未授權管理員執行任何後台操作
• 防範駭客透過漏洞新增管理員帳號後的惡意行為
外掛標籤
開發者團隊
原文外掛簡介
This plugin prevents unauthorized admin users from damaging or compromising your website.
A common technique for hackers is to exploit vulnerabilities in your plugins or theme and try to create an unauthorized admin user for themselves. Once they have admin access they can do whatever they want to your website. They can deface it, display inappropriate content, or carry out many other malicious acts.
Restricted User Activity adds an extra step to the process of allowing Admin users to perform actions on your website. It achieves this by explicitly specifying valid Admin user ids in the wp-config.php file. Even if a hacker was able to create an Admin user for themselves, they won’t be able to perform any actions since their user id would not be in the valid user list.
Note: This plugin requires some technical knowledge about how the WordPress wp-config.php file works and basic PHP coding. A single line of code needs to be added to the wp-config.php file.
