Merge pull request #11709 from nextcloud/backport/11707/stable28

[stable28] docs(admin): Fix typo in brute force disabling command
This commit is contained in:
Josh 2024-04-08 08:35:15 -04:00 committed by GitHub
commit ce39507f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ additional monitoring or behavior adjustments related to brute force protection.
.. danger::
You would need to adjust the parameter ``auth-bruteforce-protection-enabled`` in your Nextcloud ``config.php`` to
You would need to adjust the parameter ``auth.bruteforce.protection.enabled`` in your Nextcloud ``config.php`` to
disable brute force protection, which is **heavily discouraged for production servers**, particularly if your
server is reachable via a public IP address. It allows an attacker to iterate over all users and their passwords
as well as two-factor verifications afterwards ultimately leading to admin access.