aboutsummaryrefslogtreecommitdiff
path: root/app/templates/email/confirm_email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/email/confirm_email.txt')
-rw-r--r--app/templates/email/confirm_email.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/email/confirm_email.txt b/app/templates/email/confirm_email.txt
new file mode 100644
index 0000000..b17c66d
--- /dev/null
+++ b/app/templates/email/confirm_email.txt
@@ -0,0 +1,11 @@
+Dear {{ user.username }},
+
+Welcome to AnnotateChange!
+
+Please confirm your email by clicking on the following link:
+
+{{ url_for('auth.confirm_email', token=token, _external=True) }}
+
+Sincerely,
+
+The AnnotateChange Team