Skip to content
Snippets Groups Projects

New: user invitation template coscine/issues#1453

Merged L. Ellenbeck requested to merge Topic/1453-userInvitation into Product/202-userInvitation
1 file
+ 28
0
Compare changes
  • Side-by-side
  • Inline
@@ -306,5 +306,33 @@
"en": "You will be informed when the quota of a project is changed."
},
"group": []
},
"user_invitation": {
"channels": {
"available": [ "email" ],
"always": [],
"only": []
},
"template": {
"email": {
"de": {
"subject": "[Coscine] Einladung zu Projekt {{_projectName}}",
"body": "{{> header}}Sie wurden zu dem Coscine-Projekt {{_projectName}} eingeladen. Um die Einladung anzunehmen, folgen Sie dem Link und loggen sich in Coscine ein. <a href={{confirmation_link}}>Einladung annehmen</a>. <br/><br/>Der Link ist für 7 Tage gültig. Falls der Link nicht funktioniert, können Sie die URL direkt aufrufen:<br/>{{confirmation_link}}{{> footer}}"
},
"en": {
"subject": "[Coscine] Invitation to project {{_projectName}}",
"body": "{{> header}}You have been invited to the Coscine project {{_projectName}}. To accept the invitation, follow the link and log in to Coscine. <a href={{confirmation_link}}>Accept invitation</a>. <br/><br/>The link is valid for 7 days. If the link does not work, you can access the URL directly:<br/>{{confirmation_link}}{{> footer}}"
}
}
},
"name": {
"de": "User zu Projekt eingeladen",
"en": "User invited to project"
},
"description": {
"de": "Sie werden informiert, wenn ein User zum Projekt eingeladen wird.",
"en": "You will be informed when a user is invited to a project."
},
"group": []
}
}
Loading