Inital Commit
All checks were successful
Vaultwarden / Vaultwarden [arm64] (push) Successful in 59s
Vaultwarden / Vaultwarden [amd64] (push) Successful in 51s

This commit is contained in:
Cantibra
2025-10-26 21:11:06 +01:00
commit 3180255caa
89 changed files with 4156 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
Verifizieren Sie Ihre neue E-Mail-Adresse
<!---------------->
{{> 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">
Bestätigen Sie Ihre neue E-Mail-Adresse mit dem folgenden Code.
</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">
Code
</td>
<td class="tb-4_td-2">
{{token}}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
<tr>
<td>
Damit die Änderung Ihrer E-Mail-Adresse abgeschlossen werden kann, geben Sie bitte den oben genannten Code in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors ein.
</td>
</tr>
<tr>
<td class="tb-5_td-1">
Wenn Sie die Änderung Ihrer E-Mail-Adresse nicht wünschen, können Sie diese Nachricht ignorieren.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
{{> email/email_footer }}