{% extends "base.html" %} {% block tab_title %}{{ gettext('Enable FreeOTP') }}{% endblock %} {% block body %}
{{ gettext("You're almost done! To finish adding this new user, have them follow the instructions below to set up two-factor authentication with FreeOTP. Once they've added an entry for this account in the app, have them enter one of the 6-digit codes from the app to confirm that two-factor authentication is set up correctly.") }}
{{ gettext("Can't scan the barcode? You can manually pair FreeOTP with this account by entering the following two-factor secret into the app:") }}
{{ formatted_otp_secret }}{{ gettext('Once you have paired FreeOTP with this account, enter the 6-digit verification code below:') }}
{% endblock %}