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:
authorStefan Giehl <stefan@matomo.org>2019-07-17 07:33:11 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-17 07:33:11 +0300
commitffd09877f0d9ecd56f4baf436979272cba9abbc9 (patch)
tree7290868f8f3880a8602c6a25ce758ae8ed7488e3 /plugins/Login/lang
parent4506fb9110d920104ab6d4251454b63a3812816a (diff)
Implements a rate limit for password resets (#13934)
* Implements a rate limit for password resets * improve error message * allow up to three requests within one hour * adds some tests
Diffstat (limited to 'plugins/Login/lang')
-rw-r--r--plugins/Login/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Login/lang/en.json b/plugins/Login/lang/en.json
index e37014a0fd..939941328e 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -36,6 +36,7 @@
"PasswordChanged": "Your password has been changed.",
"PasswordRepeat": "Password (repeat)",
"PasswordsDoNotMatch": "Passwords do not match.",
+ "PasswordResetAlreadySent": "You have requested too many password resets shortly. A new request can be made in one hour. If you have problems resetting your password, please contact you administrator for help.",
"WrongPasswordEntered": "Please enter your correct password.",
"ConfirmPasswordToContinue": "Confirm your password to continue",
"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.",