{% extends "base.html" %} {% block title %}Regenerate Recovery Key - Stego{% endblock %} {% block content %}
{{ 'Regenerate' if has_existing else 'Generate' }} Recovery Key
{% if has_existing %}
Warning: Your existing recovery key will be invalidated. Make sure to save this new key before continuing.
{% else %}
What is a recovery key?
If you forget your admin password, this key is the ONLY way to reset it.
{% endif %}
{% if qr_base64 %}
Recovery Key QR Code
{% endif %}
{% if qr_base64 %} {% endif %}
JPG/PNG, 50KB-2MB

{% endblock %} {% block scripts %} {% endblock %}