{% extends "base.html" %} {% block content %}

Admin settings

Back

SMTP settings

For security, the current password is never shown. Leave empty to keep it unchanged.
Prints SMTP conversation to the Flask console (useful for troubleshooting).

Send test email

Sends a short test email using the current SMTP configuration.

Public domain

Used to generate absolute links (like password reset). Do not include http(s)://. Leave empty to use the current request host.

Admin users

{% for u in admins %} {% else %} {% endfor %}
Email Action
{{ u.email }} {% if u.id == current_user.id %} You {% endif %} {% if u.id != current_user.id %}
{% else %} (cannot demote yourself) {% endif %}
No admin users found.
Safety: the last remaining admin cannot be demoted.
{% endblock %}