{% extends "base.html" %} {% block title %}Your Servers{% endblock %} {% block navdropdown %} {% endblock %} {% block sidebar %}
{{ lang.sidebar_acc_actions }} {{ lang.sidebar_settings }} TOTP {{ lang.sidebar_settings }} {{ lang.sidebar_servers }}
{% endblock %} {% block content %}

Two-Factor Authentication


{% if totp.enabled == 1 %}
Congratulations, you have enabled Two-Factor authentication (2FA)! You will need to use this every time you login, if you loose your application, you want it disabled, or something stops working you will need to contact support to have 2FA disabled on your account.
{% else %}

Two Factor Authentication

It appears that you do not have Two-Factor authentication enabled. This method of authentication adds an additional barrier preventing unauthorized entry to your account. If you enable it you will be required to input a code generated on your phone or other TOTP supporting device before finishing your login.

You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile) to use this option.
{% endif %}
{% endblock %}