From c5cbcf125d89e9d75205b75c2d5a54c2503b084c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 24 Nov 2020 18:28:30 +0100 Subject: [PATCH] Minor visual updates --- wcfsetup/install/files/style/ui/accountSecurity.scss | 6 ++++++ wcfsetup/install/lang/de.xml | 10 ++++++---- wcfsetup/install/lang/en.xml | 10 ++++++---- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/wcfsetup/install/files/style/ui/accountSecurity.scss b/wcfsetup/install/files/style/ui/accountSecurity.scss index 825b4a196c..f41a8569c2 100644 --- a/wcfsetup/install/files/style/ui/accountSecurity.scss +++ b/wcfsetup/install/files/style/ui/accountSecurity.scss @@ -37,6 +37,7 @@ input.multifactorBackupCode { .multifactorTotpNewDevice { display: flex; flex-direction: column; + margin-top: 20px; .totpSecretContainer { text-align: center; @@ -47,6 +48,11 @@ input.multifactorBackupCode { } } + .totpSecret { + display: inline-block; + margin-top: 10px; + } + .multifactorTotpNewDeviceFields { flex: 1 1 auto; } diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 4639b6b9ff..777dfe22d1 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -4877,7 +4877,9 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} {$deviceName} wurde erfolgreich entfernt.]]> Die Mehrfaktor-Authentifizierung ist ab sofort für {if LANGUAGE_USE_INFORMAL_VARIANT}dein{else}Ihr{/if} Benutzerkonto aktiv. {if LANGUAGE_USE_INFORMAL_VARIANT}Du wirst{else}Sie werden{/if} von nun an bei jedem Login den zusätzlichen Faktor benötigen.

+


Zusätzlich wurden Backup-Codes generiert, mit denen der Zugriff wiederhergestellt werden kann, falls der zusätzliche Faktor unbrauchbar wird.

+


Bitte {if LANGUAGE_USE_INFORMAL_VARIANT}Notiere oder speichere dir{else}Notieren oder speichern Sie{/if} sich die unterhalb angezeigten Notfall-Codes. Ein möglicher Aufbewahrungsort könnte ein Blatt Papier in einem Aktenordner sein.

]]>
@@ -4926,10 +4928,10 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}

{if LANGUAGE_USE_INFORMAL_VARIANT}Du hast{else}Sie haben{/if} den Notfall-Code {$usedCode[identifier]} zur Mehrfaktor-Authentifizierung genutzt. Dieser Code ist nun nicht mehr gültig. {plural value=$remaining 0='Es gibt keine weiteren gültigen Codes.' 1='Es verbleibt ein gültiger Code.' other='Es verbleiben # gültige Codes.'}

{if LANGUAGE_USE_INFORMAL_VARIANT}Du kannst{else}Sie können{/if} die Mehrfaktor-Authentifizierung in der Account-Sicherheit verwalten und dort neue Notfall-Codes generieren oder die Mehrfaktor-Authentifizierung deaktivieren.

]]> - getUser()->username}, - -{if LANGUAGE_USE_INFORMAL_VARIANT}Du hast{else}Sie haben{/if} den Notfall-Code „{$usedCode[identifier]}“ zur Mehrfaktor-Authentifizierung genutzt. Dieser Code ist nun nicht mehr gültig. {plural value=$remaining 0='**Es gibt keine weiteren gültigen Codes.**' 1='Es verbleibt ein gültiger Code.' other='Es verbleiben # gültige Codes.'} {* this line ends with a space *} - + getUser()->username}, + +{if LANGUAGE_USE_INFORMAL_VARIANT}Du hast{else}Sie haben{/if} den Notfall-Code „{$usedCode[identifier]}“ zur Mehrfaktor-Authentifizierung genutzt. Dieser Code ist nun nicht mehr gültig. {plural value=$remaining 0='**Es gibt keine weiteren gültigen Codes.**' 1='Es verbleibt ein gültiger Code.' other='Es verbleiben # gültige Codes.'} {* this line ends with a space *} + {if LANGUAGE_USE_INFORMAL_VARIANT}Du kannst{else}Sie können{/if} die Mehrfaktor-Authentifizierung in der Account-Sicherheit [URL:{link controller='AccountSecurity' isEmail=true}{/link}] verwalten und dort neue Notfall-Codes generieren oder die Mehrfaktor-Authentifizierung deaktivieren.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 2bab81620f..92181e211c 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4874,7 +4874,9 @@ Open the link below to access the user profile: {$deviceName} has successfully been removed.]]> The multi-factor authentication is enabled for your account starting now. Going forward you will need to have your second factor handy for every login.

+


In addition we generated emergency codes for you. They will allow you to gain access to your account in case your second factor becomes unavailable.

+


Please carefully note or save the emergency codes shown below. An example of a secure storage could be a piece of paper within a filing cabinet.

]]>
@@ -4923,10 +4925,10 @@ Open the link below to access the user profile:

You used the emergency code {$usedCode[identifier]} for multi-factor authentication. This code no longer is valid. {plural value=$remaining 0='You don't have any remaining codes.' 1='You have one remaining code.' other='You have # remaining codes.'}

You can manage multi-factor authentication within the Account Security page. Within account security you can generate new emergency codes or disable multi-factor authentication.

]]>
- getUser()->username}, - -You used the emergency code “{$usedCode[identifier]}“ for multi-factor authentication. This code no longer is valid. {plural value=$remaining 0='**You don't have any remaining codes.**' 1='You have one remaining code.' other='You have # remaining codes.'} {* this line ends with a space *} - + getUser()->username}, + +You used the emergency code “{$usedCode[identifier]}“ for multi-factor authentication. This code no longer is valid. {plural value=$remaining 0='**You don't have any remaining codes.**' 1='You have one remaining code.' other='You have # remaining codes.'} {* this line ends with a space *} + You can manage multi-factor authentication within the Account Security page [URL:{link controller='AccountSecurity' isEmail=true}{/link}]. Within account security you can generate new emergency codes or disable multi-factor authentication.]]> -- 2.20.1