Skip to content
Snippets Groups Projects
  • Lukas Reschke's avatar
    ba4f12ba
    Implement brute force protection · ba4f12ba
    Lukas Reschke authored
    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)
    Implement brute force protection
    Lukas Reschke authored
    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)