From c6e4bc53aad371210f0cb670e36c57132087b230 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 8 Sep 2020 17:06:39 -0500 Subject: Check passwords against HaveIBeenPwned (#12716) * Implement pwn Signed-off-by: jolheiser * Update module Signed-off-by: jolheiser * Apply suggestions mrsdizzie Co-authored-by: mrsdizzie * Add link to HIBP Signed-off-by: jolheiser * Add more details to admin command Signed-off-by: jolheiser * Add context to pwn Signed-off-by: jolheiser * Consistency and making some noise ;) Signed-off-by: jolheiser Co-authored-by: mrsdizzie Co-authored-by: zeripath --- options/locale/locale_en-US.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options') diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a7b917ae1e..ce35375052 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -300,6 +300,8 @@ authorization_failed = Authorization failed authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you've tried to authorize. disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator. sspi_auth_failed = SSPI authentication failed +password_pwned = The password you chose is on a list of stolen passwords previously exposed in public data breaches. Please try again with a different password. +password_pwned_err = Could not complete request to HaveIBeenPwned [mail] activate_account = Please activate your account -- cgit v1.2.3