aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/emails
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
commit62b3afeeedfe054345f86093e2d243e956c1e3c9 (patch)
treebbd58f5c8c07f5d87b1c1cca73fa1d5af6178f48 /src/web/templates/emails
parentUpdated Python dependencies. (diff)
downloadnewspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.gz
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.bz2
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.zip
The project is now using Poetry.
Diffstat (limited to 'src/web/templates/emails')
-rw-r--r--src/web/templates/emails/account_activation.txt9
-rw-r--r--src/web/templates/emails/new_password.txt8
2 files changed, 0 insertions, 17 deletions
diff --git a/src/web/templates/emails/account_activation.txt b/src/web/templates/emails/account_activation.txt
deleted file mode 100644
index c7d9c52e..00000000
--- a/src/web/templates/emails/account_activation.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Hello {{ user.nickname }},
-
-Your account has been created.
-Click on the following link in order to confirm it:
-{{ platform_url }}user/confirm_account/{{ token }}
-
-The link expires at {{ expire_time.strftime('%Y-%m-%d %H:%M') }}.
-
-See you,
diff --git a/src/web/templates/emails/new_password.txt b/src/web/templates/emails/new_password.txt
deleted file mode 100644
index 1a04a36d..00000000
--- a/src/web/templates/emails/new_password.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Hello {{ user.nickname }},
-
-A new password has been generated at your request:
-{{ password }}
-
-It is advised to replace it as soon as connected to Newspipe.
-
-See you,
bgstack15