From ff42ba7bdf03cf18202af069d5cf6d544031e96c Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Tue, 7 May 2024 16:32:40 +0300 Subject: [PATCH] i18n: set a default old password error message --- index.html | 10 ---------- src/i18n/en.ts | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index dfee638..7b29bdc 100755 --- a/index.html +++ b/index.html @@ -64,16 +64,6 @@ WebAuthN
-
diff --git a/src/i18n/en.ts b/src/i18n/en.ts index f35b949..9f4a91b 100755 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -92,7 +92,8 @@ export default { user_not_found: 'User not found', weak_password: 'Password is too weak', too_many_requests: 'You have ben trying too fast. Try again in {retry}.', - account_blocked: 'Your account is blocked. Please check your email for further instructions.', + account_blocked: 'Your account is blocked. Please check your email for further instructions or contact an administrator.', + old_password: 'It looks like you\'re trying to use a password you\'ve used before. For your security, please choose a new password that hasn\'t been used in the past.' }, fillMissing: { title: 'Fill missing information',