From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- .../account/templates/mail/verify-account.html.twig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 main/app/sprinkles/account/templates/mail/verify-account.html.twig (limited to 'main/app/sprinkles/account/templates/mail/verify-account.html.twig') diff --git a/main/app/sprinkles/account/templates/mail/verify-account.html.twig b/main/app/sprinkles/account/templates/mail/verify-account.html.twig new file mode 100755 index 0000000..aa342c7 --- /dev/null +++ b/main/app/sprinkles/account/templates/mail/verify-account.html.twig @@ -0,0 +1,21 @@ +{% block subject %} + Welcome to {{site.title}} - please verify your account +{% endblock %} + +{% block body %} +
Dear {{user.first_name}}, +
++You are receiving this email because you registered with {{site.title}} ({{site.uri.public}}). +
++You will need to verify your account before you can login. Please follow the link below to verify your account. +
++{{site.uri.public}}/account/verify?token={{token}} +
+
+With regards,
+The {{site.title}} Team
+