{% extends "base_login.html" %} {% block title %}Check Your Email - {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
No SMTP server is configured. Use the link below to sign in.
Magic link for {{ email }}:
{{ magic_url }}
To enable email delivery, configure SMTP settings in .env:
SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORD
We sent a sign-in link to {{ email }}.
Click the link in the email to sign in. The link expires in 15 minutes.
Don't see it? Check your spam folder.
{% endif %}