14 lines
657 B
PHP
14 lines
657 B
PHP
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
|
|
/**
|
|
* Module Name: Brute force protection
|
|
* Module Description: Prevent bots and hackers from attempting to log in to your website with common username and password combinations.
|
|
* Sort Order: 1
|
|
* Recommendation Order: 4
|
|
* First Introduced: 3.4
|
|
* Requires Connection: Yes
|
|
* Requires User Connection: No
|
|
* 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
|
|
*/
|