Skip to content

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Oct 26, 2024
1 parent f6b132b commit a8041ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions admin_manual/configuration_server/config_sample_php_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit a8041ca

Please sign in to comment.