nextcloud/config
Lukas Reschke ba4f12baa0
Implement brute force protection
Class Throttler implements the bruteforce protection for security actions in
Nextcloud.

It is working by logging invalid login attempts to the database and slowing
down all login attempts from the same subnet. The max delay is 30 seconds and
the starting delay are 200 milliseconds. (after the first failed login)
2016-07-20 22:08:56 +02:00
..
.htaccess Reference module with `.c` 2015-01-28 13:15:32 +01:00
config.sample.php Implement brute force protection 2016-07-20 22:08:56 +02:00