{% extends 'base.html' %} {% block page_content %}

Login Security

Setup and authenticate two-factor authentication for your account.

Instructions

  1. Copy the secret token.
  2. Enter the secret in your authenticator app (LastPass, Enpass, Keepass, etc.).
  3. Save it.
  4. Enter a generated code on this page.
  5. Click "Verify and set".

Verify

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}