Add welcome mail
This commit is contained in:
parent
75129b52c6
commit
057f3ec8ea
9 changed files with 92 additions and 1 deletions
|
|
@ -341,6 +341,7 @@ de:
|
|||
title: Benutzer/in bearbeiten
|
||||
form:
|
||||
create_ordergroup: Bestellgruppe mit dem selben Namen erstellen und Benutzer_in hinzufügen.
|
||||
send_welcome_mail: Eine Willkommen-Nachricht an Benutzer_in senden.
|
||||
index:
|
||||
first_paragraph: Hier kannst du Benutzer/innen %{url}, bearbeiten und natürlich auch löschen.
|
||||
new_user: Neue/n Benutzer/in anlegen
|
||||
|
|
@ -1264,6 +1265,19 @@ de:
|
|||
Deine Aufgaben: %{user_tasks_url}
|
||||
|
||||
|
||||
Viele Grüße von %{foodcoop}
|
||||
welcome:
|
||||
subject: Willkommen in der Foodcoop
|
||||
text0: |
|
||||
Liebe(r) %{user},
|
||||
|
||||
für dich wure ein neuer Foodsoft-Zugang erstellt.
|
||||
text1: |
|
||||
Um ein neues Passwort einzugeben, gehe zu: %{link}
|
||||
Dieser Link kann nur einmal aufgerufen werden und läuft am %{expires} ab.
|
||||
Du kannst jederzeit "Passwort vergessen?" benutzen, um einen neuen Link zu erhalten.
|
||||
|
||||
|
||||
Viele Grüße von %{foodcoop}
|
||||
messages_mailer:
|
||||
foodsoft_message:
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@ en:
|
|||
title: Edit user
|
||||
form:
|
||||
create_ordergroup: Create ordergroup with the same name and add user.
|
||||
send_welcome_mail: Send a welcome mail to the user.
|
||||
index:
|
||||
first_paragraph: Here you can %{url}, edit and delete users.
|
||||
new_user: Create new user
|
||||
|
|
@ -1303,6 +1304,19 @@ en:
|
|||
My tasks: %{user_tasks_url}
|
||||
|
||||
|
||||
Kind regards from %{foodcoop}.
|
||||
welcome:
|
||||
subject: Welcome to the Foodcoop
|
||||
text0: |
|
||||
Dear %{user},
|
||||
|
||||
a new Foodsoft account has been created for you.
|
||||
text1: |
|
||||
In order to choose a new password follow this link: %{link}
|
||||
This link works only once and expires on %{expires}.
|
||||
You can always use "Forgot password?" to get an new link.
|
||||
|
||||
|
||||
Kind regards from %{foodcoop}.
|
||||
messages_mailer:
|
||||
foodsoft_message:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue