aboutsummaryrefslogtreecommitdiff
path: root/wqflask/flask_security/templates/security/email/welcome.txt
blob: fb6ee5b568a880fd8c7b12e0ad600c86eaa89899 (plain)
1
2
3
4
5
6
7
Welcome {{ user.email }}!

{% if security.confirmable %}
You can confirm your email through the link below:

{{ confirmation_link }}
{% endif %}