WP Manifestindependent plugin directory
manifest / security / turpoint-wp-limit-login

WP Limit Login GitLab

WordPress plugin for preventing brute-force attacks..

by Turpoint · gitlab.com/turpoint/turpoint-wp-limit-login

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.zip

Readme

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

Read the full README on GitLab →