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>2016-03-07 00:31:59 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-03-07 00:31:59 +0300
commit027427f74f80c788ddf7f131e2f9310244b5d4ca (patch)
tree61e2f1e21c8d86f5f4d68141bb4979f49f7df21e
parentaf591ccb591091a8fd3e850fa09a5dceea799620 (diff)
parent3a4dce01b8206f6be9f1d71c4e5b2c19eb4f4470 (diff)
Merge pull request #9879 from piwik/changepwmail
Improve password reset confirmation mail text
-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 7597684359..185de64c25 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -12,7 +12,7 @@
"LoginOrEmail": "Username or E-mail",
"LoginPasswordNotCorrect": "Wrong Username and password combination.",
"LostYourPassword": "Lost 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\nNote: this token will expire in 24 hours.\n\nAnd thank you for using Piwik!",
+ "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 in any external applications or for archiving, make sure to update the token as requests to the API will fail otherwise.\n\nNote: this token will expire in 24 hours.\n\nAnd thank you for using Piwik!",
"MailTopicPasswordChange": "Confirm Password Change",
"PasswordChanged": "Your password has been changed.",
"PasswordRepeat": "Password (repeat)",