WP Limit Login GitLab
WordPress plugin for preventing brute-force attacks..
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/turpoint/turpoint-wp-limit-login/-/archive/master/turpoint-wp-limit-login-master.zipReadme
WP Limit Login
WordPress plugin for preventing brute-force attacks.
Installation via composer
Add a reference to this repository in the repositories section of your projects composer.json:
"repositories" : {
...
{
"type": "vcs",
"url": "https://gitlab.com/turpoint/turpoint-wp-limit-login.git"
},
...
}
And then require the package:
composer require turpoint/turpoint-wp-limit-login