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/ --- .../admin/templates/mail/password-create.html.twig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 main/app/sprinkles/admin/templates/mail/password-create.html.twig (limited to 'main/app/sprinkles/admin/templates/mail/password-create.html.twig') diff --git a/main/app/sprinkles/admin/templates/mail/password-create.html.twig b/main/app/sprinkles/admin/templates/mail/password-create.html.twig new file mode 100755 index 0000000..854eb77 --- /dev/null +++ b/main/app/sprinkles/admin/templates/mail/password-create.html.twig @@ -0,0 +1,19 @@ +{% block subject %} + {{site.title}} - please set a password for your new account +{% endblock %} + +{% block body %} +

+ Dear {{user.first_name}}, +

+

+ Someone has created an account for you with {{site.title}} ({{site.uri.public}}). Your username is {{user.user_name}}. +

+

+ To access your account, you must first create a password by visiting: {{site.uri.public}}/account/set-password/confirm?token={{token}}. This link has been generated especially for you, and will expire in {{create_password_expiration}}. Do not share it with anyone! +

+

+ With regards,
+ The {{site.title}} Team +

+{% endblock %} \ No newline at end of file -- cgit v1.2.3