Files
flask-security/flask_security/templates/security/email/welcome.txt
T

7 lines
144 B
Plaintext

Welcome {{ user.email }}!
{% if security.confirmable %}
You can confirm your email through the link below:
{{ confirmation_link }}
{% endif %}