{% extends "base.html" %}
{% set active = 'admin' %}
{% block title %}Administration - Birthday Manager{% endblock %}
{% block content %}
Users
{% for u in users %}
Username MFA Created
{% endfor %}
{{ u.username }}{% if u.id == user_id %} you{% endif %}
{{ 'Enabled' if u.mfa_enabled else 'Off' }}
{{ u.created_at }}
{% if u.id != user_id %}
{% endif %}
MFA is enabled for your account. You'll be asked for a 6-digit code every time you sign in.
{% else %}Protect your account with a one-time code from an authenticator app (Google Authenticator, Authy, Microsoft Authenticator…).
Enable MFA {% endif %}| Date & time | Recipient | E-mail address | Subject | Status |
|---|---|---|---|---|
| {{ l.sent_at }} | {{ l.recipient_name }} | {{ l.recipient_email }} | {{ l.subject }} | {{ l.status }} |
No e-mails have been sent yet.
{% endif %}Upload images here, then place them inside a template with
<img src="/uploads/filename">. Images are embedded inline in the e-mail when it is sent.
/uploads/{{ img }}