{% extends "admin/layout.html" %} {% block title %}Edit User #{{ user.id }} – Admin{% endblock %} {% block body %}
{% with messages = get_flashed_messages(with_categories=true) %}{% for cat, msg in messages %}{% endfor %}{% endwith %}{{ user.referral_code }}{% trans %}This user's email is not verified. You can manually mark it as verified.{% endtrans %}
{% trans %}Clears this user's authenticator secret so they can set 2FA up again fresh.{% endtrans %}
{% trans %}Permanently deletes this user and all their data. This cannot be undone.{% endtrans %}