diff options
| author | Maxim Filippov <colixer@gmail.com> | 2019-10-16 10:00:26 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-10-16 10:00:26 +0000 |
| commit | 37be781312c6e3139a7b158835a51b141fd94e70 (patch) | |
| tree | aaa65e146cd588dc7fae12111dbe587544226dba /src/i18n | |
| parent | c4497f645fbb3ade34f1af63a042640219095401 (diff) | |
Require password reset
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b58112e3..d11b2d14 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -632,6 +632,8 @@ "return_home": "Return to the home page", "not_found": "We couldn't find that email or username.", "too_many_requests": "You have reached the limit of attempts, try again later.", - "password_reset_disabled": "Password reset is disabled. Please contact your instance administrator." + "password_reset_disabled": "Password reset is disabled. Please contact your instance administrator.", + "password_reset_required": "You must reset your password to log in.", + "password_reset_required_but_mailer_is_disabled": "You must reset your password, but password reset is disabled. Please contact your instance administrator." } } |
