aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/emails
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 22:01:17 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 22:01:17 +0100
commit5f53d8c5416a3f4ce6f7d12eb480192f2d80980a (patch)
tree7f2aa62cc663a26687e1c626dcb2aa419232bcaf /src/web/templates/emails
parentRephrasing... (diff)
downloadnewspipe-5f53d8c5416a3f4ce6f7d12eb480192f2d80980a.tar.gz
newspipe-5f53d8c5416a3f4ce6f7d12eb480192f2d80980a.tar.bz2
newspipe-5f53d8c5416a3f4ce6f7d12eb480192f2d80980a.zip
Added a template for the password recovery notifications.
Diffstat (limited to 'src/web/templates/emails')
-rw-r--r--src/web/templates/emails/new_account.txt11
-rw-r--r--src/web/templates/emails/new_password.txt8
2 files changed, 8 insertions, 11 deletions
diff --git a/src/web/templates/emails/new_account.txt b/src/web/templates/emails/new_account.txt
deleted file mode 100644
index 6335a34e..00000000
--- a/src/web/templates/emails/new_account.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Hello {{ user.firstname }} {{ user.lastname }},
-
-An account has been created for you.
-You can now access the JARR platform ({{ platform_url }}).
-Your login is your e-mail address and your password is:
-
----
-{{ password }}
----
-
-Regards,
diff --git a/src/web/templates/emails/new_password.txt b/src/web/templates/emails/new_password.txt
new file mode 100644
index 00000000..40bdc207
--- /dev/null
+++ b/src/web/templates/emails/new_password.txt
@@ -0,0 +1,8 @@
+Hello {{ user.nickname }},
+
+A new password has been generated at your request:
+{{ password }}
+
+It is advised to replace it as soon as connected to JARR.
+
+See you,
bgstack15