aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/emails/account_activation.txt
blob: c7d9c52ea39b67b4ee60ea9678f1aa67b7be91aa (plain)
1
2
3
4
5
6
7
8
9
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,
bgstack15