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

Login Security

Setup and Authenticate 2FA

Instructions
  • Copy the Secret
  • Enter the Secret in your Authenticator App (LastPass, Enppass, Keepass etc.)
  • Save it
  • Enter a generated Code on this Page
  • Click "Verify and set"
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}