Changes between Version 29 and Version 30 of nextcloud-admin


Ignore:
Timestamp:
Jan 23, 2019, 1:33:04 AM (5 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud-admin

    v29 v30  
    9090always_populate_raw_post_data = -1
    9191}}}
     92
     93== Brute force rate limits ==
     94
     95See [https://help.nextcloud.com/t/how-can-i-unblock-an-ip-blocked-through-brute-force-detection/5731 how to unblock an IP for more information]. In short, if an IP is wrongly blocked:
     96
     97{{{
     98su - www-data
     99psql nextcloud
     100DELETE FROM oc_bruteforce_attempts WHERE ip = 'aaa.bbb.ccc.ddd';
     101}}}
     102