You've already forked Vaultwarden
Inital Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Ihr Master-Passwort wurde geändert
|
||||
<!---------------->
|
||||
Ihr Master-Passwort wurde durch eine Ihnen angehörige Organisation geändert.
|
||||
|
||||
E-Mail-Adresse: {{user_name}}
|
||||
Organisation: {{org_name}}
|
||||
|
||||
Wenn die Änderung Ihres Master-Passwortes unerwünscht war, so wenden Sie sich umgehend an den/die Besitzer/-in der oben genannten Organisation.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,54 @@
|
||||
Ihr Master-Passwort wurde geändert
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ihr Master-Passwort wurde durch eine Ihnen angehörige Organisation geändert.
|
||||
</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">
|
||||
{{user_name}}
|
||||
</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 die Änderung Ihres Master-Passwortes unerwünscht war, so wenden Sie sich umgehend an den/die Besitzer/-in der oben genannten Organisation.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
10
root/usr/lib/vaultwarden/templates/email/change_email.hbs
Normal file
10
root/usr/lib/vaultwarden/templates/email/change_email.hbs
Normal file
@@ -0,0 +1,10 @@
|
||||
Verifizieren Sie Ihre neue E-Mail-Adresse
|
||||
<!---------------->
|
||||
Bestätigen Sie Ihre neue E-Mail-Adresse mit dem folgenden Code.
|
||||
|
||||
Code: {{token}}
|
||||
|
||||
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.
|
||||
|
||||
Wenn Sie die Änderung Ihrer E-Mail-Adresse nicht wünschen, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -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 }}
|
||||
@@ -0,0 +1,7 @@
|
||||
Doppelregistrierung Ihrer E-Mail-Adresse
|
||||
<!---------------->
|
||||
Der/Die Benutzer/-in {{ acting_address }} versuchte sein Konto auf Ihre E-Mail-Adresse {{ existing_address }} zu registrieren.
|
||||
Es besteht allerdings eine Registrierung eines Kontos mit der E-Mail-Adresse {{ existing_address }}.
|
||||
|
||||
Wenn Sie die Änderung Ihrer E-Mail-Adresse nicht vorgenommen haben, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,32 @@
|
||||
Doppelregistrierung Ihrer 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">
|
||||
Der/Die Benutzer/-in {{ acting_address }} versuchte sein Konto auf Ihre E-Mail-Adresse {{ existing_address }} zu registrieren. Es besteht allerdings eine Registrierung eines Kontos mit der E-Mail-Adresse {{ existing_address }}.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Wenn Sie die Änderung Ihrer E-Mail-Adresse nicht vorgenommen haben, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,11 @@
|
||||
Your Email Change
|
||||
<!---------------->
|
||||
A user ({{ acting_address }}) recently tried to change their account to use this email address ({{ existing_address }}). You already have been invited to join Vaultwarden using this address.
|
||||
|
||||
To change your email address you first would have to delete the account associated with this email address ({{ existing_address }}):
|
||||
Request account deletion: {{url}}/#/recover-delete
|
||||
|
||||
Once that is done you can change the email address of your existing account to this address. Any invitation would have to be redone.
|
||||
|
||||
If you did not try to change an email address, contact your administrator.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,30 @@
|
||||
Your Email Change
|
||||
<!---------------->
|
||||
{{> email/email_header }}
|
||||
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">
|
||||
A user ({{ acting_address }}) recently tried to change their account to use this email address ({{ existing_address }}). You already have been invited to join Vaultwarden using this address.
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
<td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">
|
||||
To change your email address you first would have to delete the account associated with this email address ({{ existing_address }}):
|
||||
<a data-testid="recover-delete" href="{{url}}/#/recover-delete"
|
||||
clicktracking=off target="_blank" style="color: #ffffff; text-decoration: none; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; background-color: #3c8dbc; border-color: #3c8dbc; border-style: solid; border-width: 10px 20px; margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
Request account deletion
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">
|
||||
Once that is done you can change the email address of your existing account to this address. Any invitation would have to be redone.
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
|
||||
<td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">
|
||||
If you did not try to change an email address, contact your administrator.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Löschung Ihres Vaultwarden-Tresors
|
||||
<!---------------->
|
||||
Für die Löschung Ihres Vaultwarden-Tresors bedarf es Ihrer Bestätigung.
|
||||
|
||||
Link: {{url}}/#/verify-recover-delete?userId={{user_id}}&token={{token}}&email={{email}}
|
||||
|
||||
Wenn Sie die Löschung Ihres Vaultwarden-Tresors nicht wünschen, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,47 @@
|
||||
Löschung Ihres Vaultwarden-Tresors
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Für die Löschung Ihres Vaultwarden-Tresors bedarf es Ihrer Bestätigung.
|
||||
</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">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
<a class="red" href="{{url}}/#/verify-recover-delete?userId={{user_id}}&token={{token}}&email={{email}}" target="_blank">
|
||||
Vaultwarden-Tresor löschen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie die Löschung Ihres Vaultwarden-Tresors nicht wünschen, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
29
root/usr/lib/vaultwarden/templates/email/email_footer.hbs
Normal file
29
root/usr/lib/vaultwarden/templates/email/email_footer.hbs
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
|
||||
===
|
||||
|
||||
Powered by
|
||||
Bitwarden (https://bitwarden.com)
|
||||
Vaultwarden (https://github.com/dani-garcia/vaultwarden)
|
||||
144
root/usr/lib/vaultwarden/templates/email/email_header.hbs
Normal file
144
root/usr/lib/vaultwarden/templates/email/email_header.hbs
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
Bestätigen Sie Ihren Notfallkontakt
|
||||
<!---------------->
|
||||
Ihr Notfallkontakt hat Ihre Einladung angenommen und wartet auf Ihre Bestätigung.
|
||||
|
||||
Notfallkontakt: {{grantee_email}}
|
||||
|
||||
Um Ihren Notfallkontakt zu bestätigen, melden Sie sich in Ihrem Vaultwarden-Web-Tresor an und wechseln in die Kontoeinstellungen.
|
||||
|
||||
Wenn Sie Ihren Notfallkontakt nicht bestätigen wollen, haben Sie die Möglichkeit diesen zu entfernen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,55 @@
|
||||
Bestätigen Sie Ihren Notfallkontakt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ihr Notfallkontakt hat Ihre Einladung angenommen und wartet auf Ihre Bestätigung.
|
||||
</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">
|
||||
Notfallkontakt
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantee_email}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Um Ihren Notfallkontakt zu bestätigen, melden Sie sich in Ihrem
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
an und wechseln in die Kontoeinstellungen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Wenn Sie Ihren Notfallkontakt nicht bestätigen wollen, haben Sie die Möglichkeit diesen zu entfernen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Sie wurden als Notfallkontakt hinterlegt
|
||||
<!---------------->
|
||||
Sie wurden erfolgreich als Notfallkontakt hinterlegt.
|
||||
|
||||
Benutzer/-in: {{grantor_name}}
|
||||
|
||||
Sie haben ab sofort die Möglichkeit, einen Notfallzugriff in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors für den/die oben genannten Benutzer/-in zu initiieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,50 @@
|
||||
Sie wurden als Notfallkontakt hinterlegt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Sie wurden erfolgreich als Notfallkontakt hinterlegt.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantor_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben ab sofort die Möglichkeit, einen Notfallzugriff in den Kontoeinstellungen Ihres
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
für den/die oben genannten Benutzer/-in zu initiieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Ein Notfallzugriff wurde genehmigt
|
||||
<!---------------->
|
||||
Ihre Anfrage für einen Notfallzugriff wurde genehmigt.
|
||||
|
||||
Benutzer/-in: {{grantor_name}}
|
||||
|
||||
Sie haben ab sofort die Möglichkeit, die Zugangsdaten in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors für den/die oben genannten Benutzer/-in einzusehen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,50 @@
|
||||
Ein Notfallzugriff wurde genehmigt
|
||||
<!---------------->
|
||||
{{> 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 Anfrage für einen Notfallzugriff wurde genehmigt.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantor_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben ab sofort die Möglichkeit, die Zugangsdaten in den Kontoeinstellungen Ihres
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
für den/die oben genannten Benutzer/-in einzusehen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,10 @@
|
||||
Ein Notfallzugriff wurde initiiert
|
||||
<!---------------->
|
||||
Ein Notfallzugriff auf Ihren Vaultwarden-Tresor wurde initiiert.
|
||||
|
||||
Benutzer/-in: {{grantee_name}}
|
||||
Berechtigung: {{atype}}
|
||||
|
||||
Wenn Sie nichts unternehmen, wird der Notfallzugriff in <b>{{wait_time_days}} Tag(en)</b> genehmigt.
|
||||
Ansonsten haben Sie in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors die Möglichkeit, den Notfallzugriff zu genehmigen oder abzulehnen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,63 @@
|
||||
Ein Notfallzugriff wurde initiiert
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ein Notfallzugriff auf Ihren Vaultwarden-Tresor wurde initiiert.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantee_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Berechtigung
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{atype}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie nichts unternehmen, wird der Notfallzugriff in <b>{{wait_time_days}} Tag(en)</b> genehmigt.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Ansonsten haben Sie in den Kontoeinstellungen Ihres
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
die Möglichkeit, den Notfallzugriff zu genehmigen oder abzulehnen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,6 @@
|
||||
Ihr Notfallzugriff wurde abgelehnt
|
||||
<!---------------->
|
||||
Ihre Anfrage für einen Notfallzugriff wurde abgelehnt.
|
||||
|
||||
Benutzer/-in: {{grantor_name}}
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,35 @@
|
||||
Ihr Notfallzugriff wurde abgelehnt
|
||||
<!---------------->
|
||||
{{> 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 Anfrage für einen Notfallzugriff wurde abgelehnt.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantor_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,10 @@
|
||||
Ein Notfallzugriff wurde initiiert
|
||||
<!---------------->
|
||||
Ein Notfallzugriff auf Ihr Vaultwarden-Tresor wurde initiiert.
|
||||
|
||||
Benutzer/-in: {{grantee_name}}
|
||||
Berechtigung: {{atype}}
|
||||
|
||||
Wenn Sie nichts unternehmen, wird der Notfallzugriff in {{wait_time_days}} Tag(en) genehmigt.
|
||||
Ansonsten haben Sie in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors die Möglichkeit, den Notfallzugriff zu genehmigen oder abzulehnen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,63 @@
|
||||
Ein Notfallzugriff wurde initiiert
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ein Notfallzugriff auf Ihr Vaultwarden-Tresor wurde initiiert.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantee_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Berechtigung
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{atype}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie nichts unternehmen, wird der Notfallzugriff in <b>{{wait_time_days}} Tag(en)</b> genehmigt.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Ansonsten haben Sie in den Kontoeinstellungen Ihres
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
die Möglichkeit, den Notfallzugriff zu genehmigen oder abzulehnen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,9 @@
|
||||
Ein Notfallzugriff wurde genehmigt
|
||||
<!---------------->
|
||||
Ein Notfallzugriff auf Ihr Vaultwarden-Tresor wurde genehmigt.
|
||||
|
||||
Benutzer/-in: {{grantee_name}}
|
||||
Berechtigung: {{atype}}
|
||||
|
||||
Wenn Sie den Notfallzugriff von den/die oben genannten Benutzer/-in nicht wünschen, haben Sie die Möglichkeit, diesen in in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors zu entziehen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,58 @@
|
||||
Ein Notfallzugriff wurde genehmigt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ein Notfallzugriff auf Ihr Vaultwarden-Tresor wurde genehmigt.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantee_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Berechtigung
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{atype}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie den Notfallzugriff von den/die oben genannten Benutzer/-in nicht wünschen, haben Sie die Möglichkeit, diesen in in den Kontoeinstellungen Ihres
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
zu entziehen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,13 @@
|
||||
Unvollständige Zwei-Faktor-Authentifizierung
|
||||
<!---------------->
|
||||
Die Anmeldung in Ihrem Vaultwarden-Tresor ist aufgrund der erfolglosen Zwei-Faktor-Authentifizierung unvollständig.
|
||||
|
||||
Datum: {{datetime}}
|
||||
Zeitüberschreitung: {{time_limit}} Minute(n)
|
||||
IP-Adresse: {{ip}}
|
||||
Gerätename: {{device_name}}
|
||||
Gerätetyp: {{device_type}}
|
||||
|
||||
Wenn Sie keine Anmeldung in Ihrem Vaultwarden-Tresor mit den oben genannten Informationen vorgenommen haben, so wurde wahrscheinlich Ihr Master-Passwort kompromittiert.
|
||||
Sie sollten umgehend in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors Ihr Master-Passwort ändern, den Verschlüsselungsschlüssel erneuern und Ihr Konto von allen Sitzungen abmelden.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,83 @@
|
||||
Unvollständige Zwei-Faktor-Authentifizierung
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Die Anmeldung in Ihrem Vaultwarden-Tresor ist aufgrund der erfolglosen Zwei-Faktor-Authentifizierung unvollständig.
|
||||
</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">
|
||||
Datum
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{datetime}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Zeitüberschreitung
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{time_limit}} Minute(n)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
IP-Adresse
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{ip}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Gerätename
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{device_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Gerätetyp
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{device_type}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie keine Anmeldung in Ihrem Vaultwarden-Tresor mit den oben genannten Informationen vorgenommen haben, so wurde wahrscheinlich Ihr Master-Passwort kompromittiert.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Sie sollten umgehend in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors Ihr Master-Passwort ändern, den Verschlüsselungsschlüssel erneuern und Ihr Konto von allen Sitzungen abmelden.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,9 @@
|
||||
Ihre Organisationseinladung wurde angenommen
|
||||
<!---------------->
|
||||
Ihre Einladung zum Beitritt in Ihre Organisation wurde angenommen.
|
||||
|
||||
E-Mail-Adresse: {{email}}
|
||||
Organisation: {{org_name}}
|
||||
|
||||
Wenn Sie den Beitritt der oben genannten E-Mail-Adresse bestätigen wollen, wechseln Sie in Ihrem Vaultwarden-Web-Tresor in die Mitgliederverwaltung der oben genannten Organisation.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,58 @@
|
||||
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 }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Der Organisationsbeitritt wurde bestätigt
|
||||
<!---------------->
|
||||
Ihr Beitritt in die Organisation wurde bestätigt.
|
||||
|
||||
Organisation: {{org_name}}
|
||||
|
||||
Sie haben ab sofort die Möglichkeit, die Zugangsdaten des Vaultwarden-Web-Tresors für die oben genannte Organisation einzusehen.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,50 @@
|
||||
Der Organisationsbeitritt wurde bestätigt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Ihr Beitritt in die Organisation wurde bestätigt.
|
||||
</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">
|
||||
Organisation
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{org_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben ab sofort die Möglichkeit, die Zugangsdaten des
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
für die oben genannte Organisation einzusehen.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,12 @@
|
||||
Neue Anmeldung in Ihrem Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
Die Anmeldung in Ihrem Vaultwarden-Tresor war erfolgreich.
|
||||
|
||||
Datum: {{datetime}}
|
||||
IP-Adresse: {{ip}}
|
||||
Gerätename: {{device_name}}
|
||||
Gerätetyp: {{device_type}}
|
||||
|
||||
Wenn Sie keine Anmeldung in Ihrem Vaultwarden-Web-Tresor mit den oben genannten Informationen vorgenommen haben, so wurde wahrscheinlich Ihr Master-Passwort kompromittiert.
|
||||
Sie sollten umgehend in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors Ihr Master-Passwort ändern, den Verschlüsselungsschlüssel erneuern und Ihr Konto von allen Sitzungen abmelden.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,79 @@
|
||||
Neue Anmeldung in Ihrem Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Die Anmeldung in Ihrem Vaultwarden-Tresor war erfolgreich.
|
||||
</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">
|
||||
Datum
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{datetime}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
IP-Adresse
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{ip}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Gerätename
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{device_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Gerätetyp
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
{{device_type}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie keine Anmeldung in Ihrem
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
mit den oben genannten Informationen vorgenommen haben, so wurde wahrscheinlich Ihr Master-Passwort kompromittiert.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Sie sollten umgehend in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors Ihr Master-Passwort ändern, den Verschlüsselungsschlüssel erneuern und Ihr Konto von allen Sitzungen abmelden.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,6 @@
|
||||
Verifizierungscode
|
||||
<!---------------->
|
||||
Um den Vorgang abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
|
||||
Verifizierungscode: {{token}}
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,35 @@
|
||||
Verifizierungscode
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Um den Vorgang abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
</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">
|
||||
Verifizierungscode
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{token}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
13
root/usr/lib/vaultwarden/templates/email/pw_hint_none.hbs
Normal file
13
root/usr/lib/vaultwarden/templates/email/pw_hint_none.hbs
Normal file
@@ -0,0 +1,13 @@
|
||||
Passworthinweis
|
||||
<!---------------->
|
||||
Um den Vorgang abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
|
||||
Passworthinweis: Es wurde kein Passworthinweis festgelegt.
|
||||
|
||||
Wenn Sie sich nicht an das Master-Passwort Ihres Vaultwarden-Tresors erinnern können, gibt es keine Möglichkeit Ihre Daten wiederherzustellen.
|
||||
Sie haben jedoch die Möglichkeit Ihren Vaultwarden-Tresor mit dem nachfolgenden Link zu löschen, um einen neuen Vaultwarden-Tresor anzulegen.
|
||||
|
||||
Link: {{url}}/#/recover-delete
|
||||
|
||||
Wenn Sie den Hinweis Ihres Vaultwarden-Tresors nicht angefordert haben, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,63 @@
|
||||
Passworthinweis
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Es wurde ein Hinweis zu Ihrem Master-Passwort Ihres Vaultwarden-Tresors angefordert.
|
||||
</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">
|
||||
Passworthinweis
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
Es wurde kein Passworthinweis festgelegt.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie sich nicht an das Master-Passwort Ihres Vaultwarden-Tresors erinnern können, gibt es <b>keine</b> Möglichkeit Ihre Daten wiederherzustellen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Sie haben jedoch die Möglichkeit Ihren Vaultwarden-Tresor mit dem nachfolgenden Link zu löschen, um einen neuen Vaultwarden-Tresor anzulegen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
<a class="red" href="{{url}}/#/recover-delete" target="_blank">
|
||||
Vaultwarden-Tresor löschen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Wenn Sie den Hinweis Ihres Vaultwarden-Tresors nicht angefordert haben, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
13
root/usr/lib/vaultwarden/templates/email/pw_hint_some.hbs
Normal file
13
root/usr/lib/vaultwarden/templates/email/pw_hint_some.hbs
Normal file
@@ -0,0 +1,13 @@
|
||||
Passworthinweis
|
||||
<!---------------->
|
||||
Um den Vorgang abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
|
||||
Passworthinweis: {{hint}}
|
||||
|
||||
Wenn Sie sich nicht an das Master-Passwort Ihres Vaultwarden-Tresors erinnern können, gibt es keine Möglichkeit Ihre Daten wiederherzustellen.
|
||||
Sie haben jedoch die Möglichkeit Ihren Vaultwarden-Tresor mit dem nachfolgenden Link zu löschen, um einen neuen Vaultwarden-Tresor anzulegen.
|
||||
|
||||
Link: {{url}}/#/recover-delete
|
||||
|
||||
Wenn Sie den Hinweis Ihres Vaultwarden-Tresors nicht angefordert haben, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,63 @@
|
||||
Passworthinweis
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Es wurde ein Hinweis zu Ihrem Master-Passwort Ihres Vaultwarden-Tresors angefordert.
|
||||
</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">
|
||||
Passworthinweis
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{hint}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie sich nicht an das Master-Passwort Ihres Vaultwarden-Tresors erinnern können, gibt es <b>keine</b> Möglichkeit Ihre Daten wiederherzustellen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Sie haben jedoch die Möglichkeit Ihren Vaultwarden-Tresor mit dem nachfolgenden Link zu löschen, um einen neuen Vaultwarden-Tresor anzulegen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
<a class="red" href="{{url}}/#/recover-delete" target="_blank">
|
||||
Vaultwarden-Tresor löschen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Wenn Sie den Hinweis Ihres Vaultwarden-Tresors nicht angefordert haben, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Verifizieren Sie Ihr Konto
|
||||
<!---------------->
|
||||
Bestätigen Sie Ihre E-Mail-Adresse, um Ihr Konto zu verifizieren.
|
||||
|
||||
Link: {{{url}}}
|
||||
|
||||
Wenn Sie Ihr Konto nicht verifizieren möchten, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,48 @@
|
||||
Verifizieren Sie Ihr Konto
|
||||
<!---------------->
|
||||
{{> 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 E-Mail-Adresse, um Ihr Konto zu verifizieren.
|
||||
</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">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
<a class="blue" href="{{{url}}}" target="_blank">
|
||||
E-Mail-Adresse bestätigen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie Ihr Konto nicht verifizieren möchten, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Sie wurden aus einer Organisation entfernt
|
||||
<!---------------->
|
||||
Sie wurden aus einer Ihnen angehörigen Organisation entfernt, da Sie keine Zwei-Faktor-Authentifizierung verwenden.
|
||||
|
||||
Organisation: {{org_name}}
|
||||
|
||||
Sie haben die Möglichkeit eine Zwei-Faktor-Authentifizierung in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors einzurichten.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,46 @@
|
||||
Sie wurden aus einer Organisation entfernt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Sie wurden aus einer Ihnen angehörigen Organisation entfernt, da Sie keine Zwei-Faktor-Authentifizierung verwenden.
|
||||
</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">
|
||||
Organisation
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{org_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben die Möglichkeit eine Zwei-Faktor-Authentifizierung in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresors einzurichten.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,9 @@
|
||||
Einladung zur Hinterlegung als Notfallkontakt
|
||||
<!---------------->
|
||||
Sie wurden eingeladen, als Notfallkontakt hinterlegt zu werden.
|
||||
|
||||
Benutzer/-in: {{grantor_name}}
|
||||
Link: {{url}}/#/accept-emergency/?id={{emer_id}}&name={{grantor_name}}&email={{email}}&token={{token}}
|
||||
|
||||
Wenn Sie nicht als Notfallkontakt hinterlegt werden wollen, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,56 @@
|
||||
Einladung zur Hinterlegung als Notfallkontakt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Sie wurden eingeladen, als Notfallkontakt hinterlegt zu werden.
|
||||
</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">
|
||||
Benutzer/-in
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{grantor_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
<a class="blue" href="{{url}}/#/accept-emergency/?id={{emer_id}}&name={{grantor_name}}&email={{email}}&token={{token}}" target="_blank">
|
||||
Einladung bestätigen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie nicht als Notfallkontakt hinterlegt werden wollen, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,9 @@
|
||||
Einladung zu einer Organisation
|
||||
<!---------------->
|
||||
Sie wurden eingeladen, einer Organisation beizutreten.
|
||||
|
||||
Organisation: {{org_name}}
|
||||
Link: {{{url}}}
|
||||
|
||||
Wenn Sie der oben genannten Organisation nicht beitreten wollen, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,56 @@
|
||||
Einladung zu einer Organisation
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Sie wurden eingeladen, einer Organisation beizutreten.
|
||||
</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">
|
||||
Organisation
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{org_name}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-4_td-3">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-4">
|
||||
<a class="blue" href="{{{url}}}" target="_blank">
|
||||
Organisation beitreten
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie der oben genannten Organisation nicht beitreten wollen, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Sie wurden aus einer Organisation entfernt
|
||||
<!---------------->
|
||||
Sie wurden aus einer Ihnen angehörigen Organisation entfernt, da die Organisation keine Mitgliedschaft in weiteren Organisationen gestattet.
|
||||
|
||||
Organisation: {{org_name}}
|
||||
|
||||
Sie haben die Möglichkeit, die anderen Organisationen zu verlassen oder einen Vaultwarden-Tresor anzulegen, welcher ausschließlich der oben genannten Organisation zugehört.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,46 @@
|
||||
Sie wurden aus einer Organisation entfernt
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Sie wurden aus einer Ihnen angehörigen Organisation entfernt, da die Organisation keine Mitgliedschaft in weiteren Organisationen gestattet.
|
||||
</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">
|
||||
Organisation
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{org_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben die Möglichkeit, die anderen Organisationen zu verlassen oder einen Vaultwarden-Tresor anzulegen, welcher ausschließlich der oben genannten Organisation zugehört.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
6
root/usr/lib/vaultwarden/templates/email/smtp_test.hbs
Normal file
6
root/usr/lib/vaultwarden/templates/email/smtp_test.hbs
Normal file
@@ -0,0 +1,6 @@
|
||||
Testnachricht
|
||||
<!---------------->
|
||||
Die SMTP-Einstellungen Ihrer Vaultwarden-Installation sind korrekt.
|
||||
|
||||
Vaultwarden-Web-Tresor: {{url}}
|
||||
{{> email/email_footer_text }}
|
||||
21
root/usr/lib/vaultwarden/templates/email/smtp_test.html.hbs
Normal file
21
root/usr/lib/vaultwarden/templates/email/smtp_test.html.hbs
Normal file
@@ -0,0 +1,21 @@
|
||||
Testnachricht
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Die SMTP-Einstellungen Ihrer Vaultwarden-Installation sind korrekt.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,6 @@
|
||||
Ihre E-Mail-Adresse hat sich geändert
|
||||
<!---------------->
|
||||
Ihre E-Mail-Adresse Ihres SSO-Providers hat sich geändert.
|
||||
|
||||
Bitte aktualisieren Sie Ihre E-Mail-Adresse in den Kontoeinstellungen Ihres Vaultwarden-Web-Tresor.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,36 @@
|
||||
Ihre E-Mail-Adresse hat sich geändert
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
<b>Ihre E-Mail-Adresse Ihres SSO-Providers hat sich geändert.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Bitte aktualisieren Sie Ihre E-Mail-Adresse in den
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Kontoeinstellungen
|
||||
</a>
|
||||
Ihres Vaultwarden-Web-Tresor.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,6 @@
|
||||
Verifizierungscode
|
||||
<!---------------->
|
||||
Um die Anmeldung in Ihren Vaultwarden-Tresor abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
|
||||
Verifizierungscode: {{token}}
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,35 @@
|
||||
Verifizierungscode
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
Um die Anmeldung in Ihren Vaultwarden-Tresor abzuschließen, verwenden Sie bitte den folgenden Verifizierungscode.
|
||||
</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">
|
||||
Verifizierungscode
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
{{token}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,8 @@
|
||||
Verifizieren Sie Ihre E-Mail-Adresse
|
||||
<!---------------->
|
||||
Bestätigen Sie Ihre E-Mail-Adresse, um diese zu verifizieren.
|
||||
|
||||
Link: {{url}}/#/verify-email/?userId={{user_id}}&token={{token}}
|
||||
|
||||
Wenn Sie Ihr Vaultwarden-Tresor nicht verifizieren möchten, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,48 @@
|
||||
Verifizieren Sie Ihre 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 E-Mail-Adresse, um diese zu verifizieren.
|
||||
</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">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
<a class="blue" href="{{url}}/#/verify-email/?userId={{user_id}}&token={{token}}" target="_blank">
|
||||
E-Mail-Adresse bestätigen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie Ihr Vaultwarden-Tresor nicht verifizieren möchten, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
8
root/usr/lib/vaultwarden/templates/email/welcome.hbs
Normal file
8
root/usr/lib/vaultwarden/templates/email/welcome.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
Ihr neuer Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
Willkommen in Ihrem neuen Vaultwarden-Tresor!
|
||||
|
||||
Sie haben ab sofort Zugriff auf Ihren neuen Vaultwarden-Web-Tresor um Ihre ersten Passwörter zu speichern oder eine Zwei-Faktor-Authentifizierung einzurichten.
|
||||
|
||||
Wenn Sie keinen Vaultwarden-Tresor erstellt haben, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
41
root/usr/lib/vaultwarden/templates/email/welcome.html.hbs
Normal file
41
root/usr/lib/vaultwarden/templates/email/welcome.html.hbs
Normal file
@@ -0,0 +1,41 @@
|
||||
Ihr neuer Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
<b>Willkommen in Ihrem neuen Vaultwarden-Tresor!</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Sie haben ab sofort Zugriff auf Ihren neuen
|
||||
<a class="blue" href="{{url}}" target="_blank">
|
||||
Vaultwarden-Web-Tresor
|
||||
</a>
|
||||
um Ihre ersten Passwörter zu speichern oder eine Zwei-Faktor-Authentifizierung einzurichten.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tb-5_td-1">
|
||||
Wenn Sie keinen Vaultwarden-Tresor erstellt haben, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
@@ -0,0 +1,10 @@
|
||||
Ihr neuer Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
Willkommen in Ihrem neuen Vaultwarden-Tresor!
|
||||
|
||||
Bevor Sie Ihren Vaultwarden-Tresor benutzen können, müssen Sie Ihre E-Mail-Adresse bestätigen.
|
||||
|
||||
Link: {{url}}/#/verify-email/?userId={{user_id}}&token={{token}}
|
||||
|
||||
Wenn Sie keinen Vaultwarden-Tresor erstellt haben, können Sie diese Nachricht ignorieren.
|
||||
{{> email/email_footer_text }}
|
||||
@@ -0,0 +1,49 @@
|
||||
Ihr neuer Vaultwarden-Tresor
|
||||
<!---------------->
|
||||
{{> 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">
|
||||
<b>Willkommen in Ihrem neuen Vaultwarden-Tresor!</b>
|
||||
<p>Bevor Sie Ihren Vaultwarden-Tresor benutzen können, müssen Sie Ihre E-Mail-Adresse bestätigen.</p>
|
||||
</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">
|
||||
Link
|
||||
</td>
|
||||
<td class="tb-4_td-2">
|
||||
<a class="blue" href="{{url}}/#/verify-email/?userId={{user_id}}&token={{token}}" target="_blank">
|
||||
E-Mail-Adresse bestätigen
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table align="none" cellpadding="0" cellspacing="0" class="tb-5">
|
||||
<tr>
|
||||
<td>
|
||||
Wenn Sie keinen Vaultwarden-Tresor erstellt haben, können Sie diese Nachricht ignorieren.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{{> email/email_footer }}
|
||||
Reference in New Issue
Block a user