diff options
Diffstat (limited to 'wqflask/flask_security/templates/security/email/welcome.txt')
-rw-r--r-- | wqflask/flask_security/templates/security/email/welcome.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wqflask/flask_security/templates/security/email/welcome.txt b/wqflask/flask_security/templates/security/email/welcome.txt new file mode 100644 index 00000000..fb6ee5b5 --- /dev/null +++ b/wqflask/flask_security/templates/security/email/welcome.txt @@ -0,0 +1,7 @@ +Welcome {{ user.email }}! + +{% if security.confirmable %} +You can confirm your email through the link below: + +{{ confirmation_link }} +{% endif %}
\ No newline at end of file |