설명
XO Security is a plugin to enhance login related security.
This plugin does not write to .htaccess file. Besides Apache, LiteSpeed, Nginx and IIS also work.
Functions
- Record login log.
- Limit login attempts.
- Add Captcha to the login form and comment form.
- Change the URL of the login page.
- Enable two-factor authentication (2FA) for login.
- Login Alert.
- Disable login by mail address.
- Disable login by user name.
- Change login error message.
- Disable XML-RPC and XML-RPC Pingback.
- Disable REST API.
- Disable author archive page.
- Remove comment author class of comments list.
- Remove the username from the oEmbed response data.
- WooCommerce login page protection.
- Anti-spam comment.
- Hide WordPress version information.
- Edit the author slug.
- Disable RSS and Atom feeds.
- Activate maintenance mode.
- Delete the readme.html file.
WordPress multisite considerations
If you set the login page separately for the main site and the subsite, you will not be able to use the password loss function of the subsite. We recommend that you set the login page to be common to all sites.
설치
- Upload the
XO-Security
folder to the/wp-content/plugins/
directory. - Activate the plugin through the Plugins menu in WordPress.
- Go to “Settings” -> “XO Security” and customize behaviour as needed.
FAQ
-
Login page is not displayed.
-
Please initialize the settings.
- In wp_options table, the value of the option_name field (column) is to remove the record of “xo_security_options”.
- If you have set the login page, please delete the file.
-
The CAPTCHA is not displayed.
-
Please install mbstring and GD module.
후기
2023년 11월 4일
タイトル通りです。AIOS等の定番プラグインと比べると機能は少ないですが、必要最低限の対策が揃っており設定が非常にわかりやすいので使いやすいです。これだけでは不安という人はBBQ Firewallを併用すると良いです。
2023년 4월 8일
This one plugin completes my security measures. Thanks !!
2022년 10월 25일
I recommend for those looking for a simple and reliable security plugin.
2021년 8월 19일
This plugin has become one of my favorite plugins, it protects my website from malicious users, and the development team provides support very quickly! Thanks!
2021년 6월 11일
長年、SiteGuardを使っていましたが、たまにログインできなくなってプラグインをサーバーから削除とかしたりだったので、こちらのプラグインを使い始めました。
設定画面もわかりやすく、作動も安定していて、ログイン試行履歴とかも見れます(結構不正ログインされようとしているのがわかって楽しい)、随時他のサイトのセキュリティプラグインもこちらに切り替えていこうと思っています。感謝感謝
2021년 4월 4일
ログイン関係にとどまらず、WordPress全体としてのセキュリティプラグインへの進化を期待します。
기여자 & 개발자
변경이력
3.10.4
- Supported WordPress 6.6.
3.10.3
- Supported CAPTCHA for login form using ajax.
3.10.2
- Fixed a mistake in version 3.10.1.
3.10.1
- Fixed a bug that sometimes prevented login with two-factor authentication.
- Enhanced the judgment of comment bots.
3.10.0
- Added option to change author base.
- Added option to select CAPTCHA type.
- Enhanced the judgment of comment bots.
3.9.1
- Fixed a bug where an error message was displayed on the admin screen in PHP 8.2 or higher.
3.9.0
- Added two-factor authentication function.
- Fixed a bug where the login page file created by changing the login page may not be deleted during uninstallation.
- The REST API URL change feature has been deprecated. If it is currently in use, you can continue to use it, but you cannot use it newly.
3.8.1
- Supported WordPress 6.5.
- Added ability to delete readme.html file.
- Tweaked wording on the admin page.
- Tweaked CSS on the admin page.
3.8.0
- Added maintenance mode.