From 96978f42231894f68240904e561ad8e479efe427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 27 Mar 2019 09:56:41 +0100 Subject: [PATCH] Add an extra warning about not being able to access account if losing 2fa device. --- src/profiles/templates/allauth_2fa/setup.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/profiles/templates/allauth_2fa/setup.html b/src/profiles/templates/allauth_2fa/setup.html index 87dfca33..5f921d85 100644 --- a/src/profiles/templates/allauth_2fa/setup.html +++ b/src/profiles/templates/allauth_2fa/setup.html @@ -7,6 +7,16 @@ {% block profile_content %}
+
+

Attention!

+

+ By setting up two-factor authentication you are securing your account from malicious entities.
+ This means that only you (or a person with your password and two-factor device) can access your account.
+
+ If you at any time lose you two-factor device, you will not be able to login to BornHack.dk. +

+
+

Setup Two-Factor Authentication