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