{% extends "base.html" %} {% block title %}Your Servers{% endblock %} {% block content %}

Two-Factor Authentication {% if totp == 1 %}Enabled{% else %}Disabled{% endif %}


{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %} {% if totp == 1 %}
Disable TOTP

In order to disable TOTP on this account you will need to provide a valid TOTP token. Once validated TOTP protection on this account will be disabled.


TOTP Token
{{ xsrf|raw }}
{% 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 %}