From a0fcff9f67f0ea5d7eea22edaf1aa267093cd32e Mon Sep 17 00:00:00 2001 From: Gabriel Nyman <1233346+gnyman@users.noreply.github.com> Date: Tue, 9 May 2023 10:46:03 +0300 Subject: [PATCH] Clarify the message about passwords being found in HIPB The old password was a bit vague and I believe confusing. I have tried to improve the messaging. --- lang/en.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.inc.php b/lang/en.inc.php index 8ba15b668..9a9d4074e 100644 --- a/lang/en.inc.php +++ b/lang/en.inc.php @@ -132,7 +132,7 @@ $messages['emptysendsmsform'] = "Get a reset code"; $messages['sameaslogin'] = "Your new password is identical to your login"; $messages['policydifflogin'] = "Your new password may not be the same as your login"; -$messages['pwned'] = "Your new password has already been published on leaks, you should consider changing it on any other service that it is in use"; +$messages['pwned'] = "Your new password was not accepted because it was found in one of the public lists of previously breached passwords, which include passwords recovered from criminals by the FBI. If you are using this password anywhere else, please consider changing it, as it is no longer safe to use."; $messages['policypwned'] = "Your new password may not be published on any previous public password leak from any site"; $messages['throttle'] = "Too fast! Please try again later (if ever you are human)"; $messages['policydiffminchars'] = "Minimum number of new unique characters:";