mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-22 17:58:26 +02:00
- /registration/templates/registration/mails/add_organizer.html - /registration/templates/registration/mails/add_organizer.txt
15 lines
470 B
Plaintext
15 lines
470 B
Plaintext
{% load i18n %}
|
|
|
|
Hi {{ user.registration }},
|
|
|
|
You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at https://{{ domain }}. You have a volunteer account.
|
|
A random password has been set: {{ password }}.
|
|
For security reasons, please change it as soon as you log in the first time.
|
|
|
|
In the event of a problem, please contact us by e-mail at the following address eteam_moc@proton.me.
|
|
|
|
Sincerely yours,
|
|
|
|
--
|
|
{% trans "The ETEAM team." %}
|