Skip to content

Commit

Permalink
Merge pull request nextcloud#43962 from alexanderdd/patch-1
Browse files Browse the repository at this point in the history
in text: "bruteforce" > "brute force"
  • Loading branch information
AndyScherzinger authored Mar 3, 2024
2 parents a23d8b2 + 2f89a73 commit 90f1b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
'token_auth_activity_update' => 60,

/**
* Whether the bruteforce protection shipped with Nextcloud should be enabled or not.
* Whether the brute force protection shipped with Nextcloud should be enabled or not.
*
* Disabling this is discouraged for security reasons.
*
Expand All @@ -377,9 +377,9 @@
'auth.bruteforce.protection.enabled' => true,

/**
* Whether the bruteforce protection shipped with Nextcloud should be set to testing mode.
* Whether the brute force protection shipped with Nextcloud should be set to testing mode.
*
* In testing mode bruteforce attempts are still recorded, but the requests do
* In testing mode brute force attempts are still recorded, but the requests do
* not sleep/wait for the specified time. They will still abort with
* "429 Too Many Requests" when the maximum delay is reached.
* Enabling this is discouraged for security reasons
Expand Down

0 comments on commit 90f1b7e

Please sign in to comment.