From f85333e98adff296700e01ece8843aaf94694257 Mon Sep 17 00:00:00 2001 From: Inverle Date: Thu, 31 Jul 2025 09:24:37 +0200 Subject: Require current password when setting new password (#7763) * Require current password when setting new password * i18n: fr --------- Co-authored-by: Alexandre Alapetite --- app/i18n/he/conf.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/i18n/he/conf.php') diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 485967086..ca54daac6 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -120,13 +120,16 @@ return array( 'documentation_link' => 'See the documentation and list of known apps', // TODO 'help' => 'See documentation', // TODO ), + 'change_password' => 'Change password', // TODO + 'confirm_new_password' => 'Confirm new password', // TODO + 'current_password' => 'Current password
(for the Web-form login method)', // TODO 'delete' => array( '_' => 'Account deletion', // TODO 'warn' => 'Your account and all related data will be deleted.', // TODO ), 'email' => 'Email address', // TODO + 'new_password' => 'New password', // TODO 'password_api' => 'סיסמת API
(לדוגמה ליישומים סלולריים)', - 'password_form' => 'סיסמה
(לשימוש בטפוס ההרשמה)', 'password_format' => 'At least 7 characters', // TODO 'title' => 'Profile', // TODO ), -- cgit v1.2.3