diff options
Diffstat (limited to 'pyaggr3g470r/templates/emails/new_account.txt')
-rw-r--r-- | pyaggr3g470r/templates/emails/new_account.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/emails/new_account.txt b/pyaggr3g470r/templates/emails/new_account.txt new file mode 100644 index 00000000..6397f502 --- /dev/null +++ b/pyaggr3g470r/templates/emails/new_account.txt @@ -0,0 +1,11 @@ +Hello {{ user.firstname }} {{ user.lastname }}, + +An account has been created for you. +You can now access the pyAggr3g470r platform ({{ platform_url }}). +Your login is your e-mail address and your password is: + +--- +{{ password }} +--- + +Regards,
\ No newline at end of file |