From 26a4291d0d0425d649f627aaf64344554d138dbf Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 1 Oct 2018 10:59:32 +0200 Subject: [PATCH] Add hint for locked accounts where 2FA is enforced but not configured Signed-off-by: Christoph Wurst --- core/templates/twofactorselectchallenge.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 55d315d904..c3c35c7fec 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -6,6 +6,15 @@ t('Could not load at least one of your enabled two-factor auth methods. Please contact your admin.')) ?>

+ +

+ + t('Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance.')) ?> + + t('Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance.')) ?> + +

+

+