Back to Jumpserver

User Otp Enable Bind

apps/users/templates/users/user_otp_enable_bind.html

4.10.18478 B
Original Source

{% extends 'users/_base_otp.html' %} {% load static %} {% load i18n %} {% block small_title %} {% trans 'Bind one-time password authenticator' %} {% endblock %} {% block content %}

{% trans 'Use the MFA Authenticator application to scan the following qr code for a 6-bit verification code' %}

Secret: {{ otp_secret_key }} {% csrf_token %}

{% trans 'Next' %} {% if 'otp_code' in form.errors %}

{{ form.otp_code.errors.as_text }}

{% endif %} {% endblock %}