mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
f6b132b79f
commit
a8041cac70
@ -651,6 +651,22 @@ Disabling this is discouraged for security reasons.
|
||||
|
||||
Defaults to ``true``
|
||||
|
||||
auth.bruteforce.protection.force.database
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'auth.bruteforce.protection.force.database' => false,
|
||||
|
||||
Whether the brute force protection should write into the database even when a memory cache is available
|
||||
|
||||
Using the database is most likely worse for performance, but makes investigating
|
||||
issues a lot easier as it's possible to look directly at the table to see all
|
||||
logged remote addresses and actions.
|
||||
|
||||
Defaults to ``false``
|
||||
|
||||
auth.bruteforce.protection.testing
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user