An open API service indexing awesome lists of open source software.

https://github.com/owncloud/brute_force_protection

Brute-force protection app for ownCloud
https://github.com/owncloud/brute_force_protection

owncloud-app

Last synced: 12 months ago
JSON representation

Brute-force protection app for ownCloud

Awesome Lists containing this project

README

          

# Brute Force Protection App
[![Build Status](https://drone.owncloud.com/api/badges/owncloud/brute_force_protection/status.svg)](https://drone.owncloud.com/owncloud/brute_force_protection)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=owncloud_brute_force_protection&metric=alert_status)](https://sonarcloud.io/dashboard?id=owncloud_brute_force_protection)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=owncloud_brute_force_protection&metric=security_rating)](https://sonarcloud.io/dashboard?id=owncloud_brute_force_protection)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=owncloud_brute_force_protection&metric=coverage)](https://sonarcloud.io/dashboard?id=owncloud_brute_force_protection)

The Brute Force Protection App temporarily blocks logins to user accounts, from the originating IP address, after a configurable number of failed login attempts have taken place. The time frame of the ban and the number of unsuccessful login attempts during a time period are all configurable by ownCloud administrators.