Files
Vaultwarden/root/usr/lib/vaultwarden/templates/email/invite_accepted.html.hbs
Cantibra 3180255caa
All checks were successful
Vaultwarden / Vaultwarden [arm64] (push) Successful in 59s
Vaultwarden / Vaultwarden [amd64] (push) Successful in 51s
Inital Commit
2025-10-26 21:11:06 +01:00

59 lines
1.9 KiB
Handlebars

Ihre Organisationseinladung wurde angenommen
<!---------------->
{{> email/email_header }}
<tr>
<td>
<table align="center" cellpadding="0" cellspacing="0" class="tb-2">
<tr>
<td class="tb-2_td-1">
<table align="none" cellpadding="0" cellspacing="20" class="tb-3">
<tr>
<td class="tb-3_td-1">
Ihre Einladung zum Beitritt in Ihre Organisation wurde angenommen.
</td>
</tr>
<tr>
<td class="tb-3_td-2">
<table align="none" cellpadding="0" cellspacing="0" class="tb-4">
<tr>
<td class="tb-4_td-1">
E-Mail-Adresse
</td>
<td class="tb-4_td-2">
{{email}}
</td>
</tr>
<tr>
<td class="tb-4_td-3">
Organisation
</td>
<td class="tb-4_td-4">
{{org_name}}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
<tr>
<td>
Wenn Sie den Beitritt der oben genannten E-Mail-Adresse bestätigen wollen, wechseln Sie in Ihrem
<a class="blue" href="{{url}}" target="_blank">
Vaultwarden-Web-Tresor
</a>
in die Mitgliederverwaltung der oben genannten Organisation.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
{{> email/email_footer }}