Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-22 06:21:55 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-22 06:21:55 +0300
commit2c3a899a1815e022c452bbde65a5fe4bf6cbfff7 (patch)
tree69331a10ea0e09049d546e1435fd8e66f2c507b6 /plugins
parente03a642fb3e76e6ad1b50aa2b7e81c1c0d401868 (diff)
Fix wording in brute force system setting (#13903)
fix https://github.com/matomo-org/matomo/issues/13899
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Login/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Login/lang/en.json b/plugins/Login/lang/en.json
index c257f5a8c2..663361ff0c 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -15,7 +15,7 @@
"SettingBruteForceEnable": "Enable Brute Force Detection",
"SettingBruteForceEnableHelp": "Brute Force Detection is an important security feature used to protect your data from unauthorized access. Instead of allowing any user to try thousands, or millions of password combinations within a very short time, it will only allow a specific amount of failed logins within a short period of time. If too many failed logins occur in that time range, the user won't be able to log in until some time has passed. Please note that if an IP is blocked, every user that uses that IP will be blocked from logging in as well.",
"SettingBruteForceWhitelistIp": "Never block these IPs from logging in",
- "SettingBruteForceBlacklistIp": "Never block these IPs from logging in",
+ "SettingBruteForceBlacklistIp": "Always block these IPs from logging in",
"SettingBruteForceMaxFailedLogins": "Number of allowed login retries within time range",
"SettingBruteForceMaxFailedLoginsHelp": "If more than this number of failed logins are recorded within the time range configured below, block the IP.",
"SettingBruteForceTimeRange": "Count login retries within this time range in minutes",
@@ -41,4 +41,4 @@
"PluginDescription": "Provides authentication via username and password as well as password reset functionality. Authentication method can be changed by using another Login plugin such as LoginLdap available on the Marketplace.",
"RememberMe": "Remember Me"
}
-} \ No newline at end of file
+}