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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-10-12 05:32:00 +0300
committerGitHub <noreply@github.com>2018-10-12 05:32:00 +0300
commit8ba828c91e9b6fb337989935648d710128bb645a (patch)
treedae1a22b07d3b44a21ffdc92d9efe8bb2ae54100 /plugins/Login/lang
parent66a7797be7229e4a9ccba042d4028442e994310e (diff)
Add tests for password resetter and tweak process a bit. (#13523)
* Add tests for password resetter and tweak process a bit. * Add random string to reset key suffix. * Tweak email message. * Fixing tests (includes change to always use latest testing environment variables during tests). * Tweak to randomstring
Diffstat (limited to 'plugins/Login/lang')
-rw-r--r--plugins/Login/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/lang/en.json b/plugins/Login/lang/en.json
index cfa860cee3..48f06f20b0 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -13,7 +13,7 @@
"LoginPasswordNotCorrect": "Wrong Username and password combination.",
"LostYourPassword": "Lost your password?",
"ChangeYourPassword": "Change your password",
- "MailPasswordChangeBody": "Hi %1$s,\n\nA password reset request was received from %2$s. To confirm this password change so you can login with your new credentials, visit the following link:\n\n%3$s\n\nAttention: Changing the password will also change your token_auth. You can look up your new token_auth on your settings page.\n\nIf you are using your API token_auth in any external applications or for archiving, make sure to update the token_auth as requests to the API will fail otherwise.\n\nNote: this link will expire in 24 hours.\n\nAnd thank you for using Matomo!",
+ "MailPasswordChangeBody2": "Hi %1$s,\n\nA password reset request was received from %2$s. To confirm this password change so you can login with your new credentials, please copy and paste the following link in your browser:\n\n%3$s\n\nNote: this link will expire in 24 hours.\n\nAnd thank you for using Matomo!",
"MailTopicPasswordChange": "Confirm Password Change",
"NewPassword": "New password",
"NewPasswordRepeat": "New password (repeat)",