mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -687,6 +687,22 @@ and should only be done for debugging and on CI when running tests.
|
||||
|
||||
Defaults to ``false``
|
||||
|
||||
auth.bruteforce.max-attempts
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'auth.bruteforce.max-attempts' => 10,
|
||||
|
||||
Brute force protection: maximum number of attempts before blocking
|
||||
|
||||
When more than max-attempts login requests are sent to Nextcloud, requests
|
||||
will abort with "429 Too Many Requests".
|
||||
For security reasons, change it only if you know what you are doing.
|
||||
|
||||
Defaults to ``10``
|
||||
|
||||
ratelimit.protection.enabled
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user