From 08fbfc23b92a9e33c4f97e381f3a899ef03eb14d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Tim=20D=C3=BCsterhus?=
Date: Thu, 19 Nov 2020 10:04:04 +0100
Subject: [PATCH] Add a general MFA description
---
com.woltlab.wcf/templates/accountSecurity.tpl | 5 ++++-
wcfsetup/install/lang/de.xml | 1 +
wcfsetup/install/lang/en.xml | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/com.woltlab.wcf/templates/accountSecurity.tpl b/com.woltlab.wcf/templates/accountSecurity.tpl
index 4692dc52ab..986bf3a32e 100644
--- a/com.woltlab.wcf/templates/accountSecurity.tpl
+++ b/com.woltlab.wcf/templates/accountSecurity.tpl
@@ -3,7 +3,10 @@
{include file='header' __disableAds=true __sidebarLeftHasMenu=true}
- {lang}wcf.user.security.multifactor{/lang}
+
{foreach from=$multifactorMethods item=method}
diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml
index da1540e573..be7f395fd7 100644
--- a/wcfsetup/install/lang/de.xml
+++ b/wcfsetup/install/lang/de.xml
@@ -4898,6 +4898,7 @@ 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 9b8259942e..a1e179307d 100644
--- a/wcfsetup/install/lang/en.xml
+++ b/wcfsetup/install/lang/en.xml
@@ -4895,6 +4895,7 @@ 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