From 5db2a9dcb23e5615b34043dfcce1a1ed06ecca80 Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Fri, 5 Mar 2021 11:19:19 +0100 Subject: [PATCH] [TASK] Improve MFA labels This improves some MFA labels and fixes some typos. Resolves: #93657 Releases: master Change-Id: I0078e606d90aebdd3110c4a753170180d2870f8c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68190 Tested-by: TYPO3com Tested-by: core-ci Tested-by: Jochen Tested-by: Christian Kuhn Reviewed-by: Jochen Reviewed-by: Christian Kuhn --- .../Private/Language/locallang_mfa.xlf | 4 ++-- .../Private/Language/locallang_mfa_provider.xlf | 17 ++++++++++------- .../Authentication/MfaProvider/Totp/Auth.html | 2 +- .../Resources/Private/Language/locallang.xlf | 6 +++--- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/typo3/sysext/backend/Resources/Private/Language/locallang_mfa.xlf b/typo3/sysext/backend/Resources/Private/Language/locallang_mfa.xlf index 77ad768d4904..e89544151561 100644 --- a/typo3/sysext/backend/Resources/Private/Language/locallang_mfa.xlf +++ b/typo3/sysext/backend/Resources/Private/Language/locallang_mfa.xlf @@ -130,7 +130,7 @@ Successfully updated MFA provider %s. - Authentication was not succesful + Authentication was not successful. Verify @@ -160,7 +160,7 @@ Your are not allowed to perfom this action - No provider was deactivated + No provider has been deactivated Successfully deactivated all active providers for user %s diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mfa_provider.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mfa_provider.xlf index a6babb9db724..070f333403fe 100644 --- a/typo3/sysext/core/Resources/Private/Language/locallang_mfa_provider.xlf +++ b/typo3/sysext/core/Resources/Private/Language/locallang_mfa_provider.xlf @@ -8,7 +8,7 @@ This provider allows to authenticate with a single-use passcode which is based on the current time. - Each code is only valid for 30 seconds. You need a OTP application supporting such tokens. + Each code is only valid for 30 seconds. You need a OTP application or device, supporting such tokens. The time-based one-time password provider enables you to strengthen your accounts' security by requiring a six-digit code on every login. @@ -16,8 +16,8 @@ Setting up: 1. Scan the QR-code or directly enter the shared secret in your application or device - 2. Enter the generated six-digit code in the corresponding field - 3. Add a specific name for this provider (optional) + 2. Add a specific name for this provider (optional) + 3. Enter the generated six-digit code in the corresponding field 4. Submit the form to activate the provider @@ -25,7 +25,7 @@ This provider allows to authenticate with a set of single-use passcodes, in case you lost your - primary MFA credentials, or just have no access to them currently. + primary MFA credentials, or just have no access to them temporarily. Recovery codes are random eight-digit codes which can be used to authenticate, in case your lost your main authentication credentials. Each code is only valid once. @@ -39,7 +39,7 @@ Note: Since the recovery codes are being encrypted and stored securely, this process can take some time. - Enter the six-digit code + Enter the generated six-digit code This code should now be displayed on your device or in your application. @@ -108,7 +108,7 @@ Copy the shared secret - You can also enter the shared secret manually in your OTP device or application. + You can also enter the shared secret manually in your OTP application or device. Enter a name (optional) @@ -134,9 +134,12 @@ Recovery codes are only meant as a fallback if you lose access to your main multi-factor - authentication credentials. Therefore, please active a comprehensive MFA provider first. + authentication credentials. Therefore, please activate a comprehensive MFA provider first. + + Enter the six-digit code + Enter an eight-digit recovery code diff --git a/typo3/sysext/core/Resources/Private/Templates/Authentication/MfaProvider/Totp/Auth.html b/typo3/sysext/core/Resources/Private/Templates/Authentication/MfaProvider/Totp/Auth.html index 887f4331069d..e92330b0890c 100644 --- a/typo3/sysext/core/Resources/Private/Templates/Authentication/MfaProvider/Totp/Auth.html +++ b/typo3/sysext/core/Resources/Private/Templates/Authentication/MfaProvider/Totp/Auth.html @@ -9,7 +9,7 @@
- +
diff --git a/typo3/sysext/setup/Resources/Private/Language/locallang.xlf b/typo3/sysext/setup/Resources/Private/Language/locallang.xlf index a1f9e117c6d3..e29fd84d673b 100644 --- a/typo3/sysext/setup/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/setup/Resources/Private/Language/locallang.xlf @@ -322,10 +322,10 @@ Account security
- Multi-factor authentication providers + Multi-factor authentication - Currently no multi-factor authentication providers are available. + Multi-factor authentication is currently not available. Use multi-factor authentication to secure your account by providing another factor next to your password. @@ -340,7 +340,7 @@ Setup multi-factor authentication - Manage your MFA providers + Manage multi-factor authentication User settings were updated.