From a2336c5de836267a4e88961422fc3f26cedab47e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 21:41:50 +0100 Subject: we now specify the validity period of the activation link. --- src/web/templates/emails/account_activation.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/web/templates/emails/account_activation.txt (limited to 'src/web/templates/emails/account_activation.txt') diff --git a/src/web/templates/emails/account_activation.txt b/src/web/templates/emails/account_activation.txt new file mode 100644 index 00000000..ce7a8dc2 --- /dev/null +++ b/src/web/templates/emails/account_activation.txt @@ -0,0 +1,9 @@ +Hello {{ user.nickname }}, + +Your account has been created. +Click on the following link to confirm it: +{{ platform_url }}user/confirm_account/{{ token }} + +The link expires at {{ expire_time.strftime('%Y-%m-%d %H:%M') }}. + +See you, -- cgit