django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
13f6b823862ff4a5456f7053dd53ce2556fdcaf6
parent
4a298b20ac756b3f244a3eb7d9496866173f78de
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-02-03 15:00
rm unused templatetag libraries

Diffstat

M mfa/templates/mfa/create_TOTP.html 2 +-
M mfa/templates/mfa/create_recovery.html 2 +-
M tests/templates/registration/login.html 2 --

3 files changed, 2 insertions, 4 deletions


diff --git a/mfa/templates/mfa/create_TOTP.html b/mfa/templates/mfa/create_TOTP.html

@@ -1,4 +1,4 @@
    1    -1 {% load static mfa %}
   -1     1 {% load mfa %}
    2     2 
    3     3 <p>Scan the code with your TOTP app and enter a valid code to finish registration.</p>
    4     4 

diff --git a/mfa/templates/mfa/create_recovery.html b/mfa/templates/mfa/create_recovery.html

@@ -1,4 +1,4 @@
    1    -1 {% load static mfa %}
   -1     1 {% load mfa %}
    2     2 
    3     3 <p>A recovery code can be used when you lose access to your other two-factor authentication options. Each recovery code can only be used once.</p>
    4     4 <p>Make sure to store it in a safe place! If you lose your login keys and don’t have the recovery codes you will lose access to your account.</p>

diff --git a/tests/templates/registration/login.html b/tests/templates/registration/login.html

@@ -1,5 +1,3 @@
    1    -1 {% load i18n %}
    2    -1 
    3     1 <form method="POST">
    4     2     {% csrf_token %}
    5     3