mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
docs(admin): Fix brute force disabling command
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user