From fc2e8ea96a1cf3e503f029edd4b0eb09864a47f7 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Tim=20D=C3=BCsterhus?=
Date: Thu, 19 Nov 2020 10:00:55 +0100
Subject: [PATCH] Add description for MFA methods
---
com.woltlab.wcf/templates/accountSecurity.tpl | 2 ++
wcfsetup/install/lang/de.xml | 2 ++
wcfsetup/install/lang/en.xml | 2 ++
3 files changed, 6 insertions(+)
diff --git a/com.woltlab.wcf/templates/accountSecurity.tpl b/com.woltlab.wcf/templates/accountSecurity.tpl
index e176940f3b..4692dc52ab 100644
--- a/com.woltlab.wcf/templates/accountSecurity.tpl
+++ b/com.woltlab.wcf/templates/accountSecurity.tpl
@@ -27,6 +27,8 @@
{if $enabledMultifactorMethods[$method->objectTypeID]|isset}
{@$method->getProcessor()->getStatusText($enabledMultifactorMethods[$method->objectTypeID])}
+ {else}
+ {lang}wcf.user.security.multifactor.{$method->objectType}.description{/lang}
{/if}
diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml
index 4f27322e67..da1540e573 100644
--- a/wcfsetup/install/lang/de.xml
+++ b/wcfsetup/install/lang/de.xml
@@ -4896,6 +4896,8 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}
+ - {if LANGUAGE_USE_INFORMAL_VARIANT}Generiere Einmalcodes mit einer kostenlosen App auf deinem Smartphone.{else}Generieren Sie Einmalcodes mit einer kostenlosen App auf Ihrem Smartphone.{/if}
]]>
+ - {if LANGUAGE_USE_INFORMAL_VARIANT}Du erhältst bei jedem Login einen Einmalcode an deine E-Mail-Adresse.{else}Sie erhalten bei jedem Login einen Einmalcode an Ihre E-Mail-Adresse.{/if}]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml
index 3ff599b178..9b8259942e 100644
--- a/wcfsetup/install/lang/en.xml
+++ b/wcfsetup/install/lang/en.xml
@@ -4893,6 +4893,8 @@ Open the link below to access the user profile:
+ - Generate one time codes with a free app on your smartphone.]]>
+ - You will receive a one time code via email after logging in.]]>
--
2.20.1