Use only one key/user for backup codes, better UX, handle recovery mode deactivation
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% for method in request.session.mfa_methods %}
|
||||
|
||||
<li><a href="{% url "mfa_goto" method %}">
|
||||
{% if method == "TOTP" %}Authenticator App
|
||||
{% if method == "TOTP" %}Authenticator App / Backup codes
|
||||
{% elif method == "Email" %}Send OTP by Email
|
||||
{% elif method == "U2F" %}Secure Key
|
||||
{% elif method == "FIDO2" %}FIDO2 Secure Key
|
||||
|
||||
Reference in New Issue
Block a user