Skip to content

Commit a8041ca

Browse files
committed
generate documentation from config.sample.php
1 parent f6b132b commit a8041ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,22 @@ Disabling this is discouraged for security reasons.
651651

652652
Defaults to ``true``
653653

654+
auth.bruteforce.protection.force.database
655+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
656+
657+
658+
::
659+
660+
'auth.bruteforce.protection.force.database' => false,
661+
662+
Whether the brute force protection should write into the database even when a memory cache is available
663+
664+
Using the database is most likely worse for performance, but makes investigating
665+
issues a lot easier as it's possible to look directly at the table to see all
666+
logged remote addresses and actions.
667+
668+
Defaults to ``false``
669+
654670
auth.bruteforce.protection.testing
655671
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
656672

0 commit comments

Comments
 (0)