2022-06-16 14:01:47 +02:00
|
|
|
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
|
2019-11-15 23:26:29 +01:00
|
|
|
/**
|
2022-06-16 14:01:47 +02:00
|
|
|
* Module Name: Brute force protection
|
2025-02-28 08:42:11 +01:00
|
|
|
* Module Description: Prevent bots and hackers from attempting to log in to your website with common username and password combinations.
|
2019-11-15 23:26:29 +01:00
|
|
|
* Sort Order: 1
|
|
|
|
|
* Recommendation Order: 4
|
|
|
|
|
* First Introduced: 3.4
|
|
|
|
|
* Requires Connection: Yes
|
2023-04-26 17:39:43 +02:00
|
|
|
* Requires User Connection: No
|
2019-11-15 23:26:29 +01:00
|
|
|
* Auto Activate: Yes
|
|
|
|
|
* Module Tags: Recommended
|
|
|
|
|
* Feature: Security
|
|
|
|
|
* Additional Search Queries: security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php, protect admin
|
|
|
|
|
*/
|