Require password reset

This commit is contained in:
Maxim Filippov 2019-10-16 10:00:26 +00:00 committed by HJ
parent c4497f645f
commit 37be781312
5 changed files with 27 additions and 3 deletions

View file

@ -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."
}
}