diff --git a/src/static/templates/email/invite_accepted.html.hbs b/src/static/templates/email/invite_accepted.html.hbs new file mode 100644 index 00000000..71b8d174 --- /dev/null +++ b/src/static/templates/email/invite_accepted.html.hbs @@ -0,0 +1,138 @@ +Invitation accepted + + + + + + Bitwarden_rs + + + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + + + + + + +
+ This email is to notify you that {{email}} has accepted your invitation to join {{org_name}}. +
+ Please log in to the bitwarden_rs server and confirm them from the organization management page. +
+ If you do not wish to confirm this user, you can also remove them from the organization on the same page. +
+
+ + + + + +
+
+ + diff --git a/src/static/templates/email/invite_confirmed.hbs b/src/static/templates/email/invite_confirmed.hbs index 7fc7db78..26704bba 100644 --- a/src/static/templates/email/invite_confirmed.hbs +++ b/src/static/templates/email/invite_confirmed.hbs @@ -5,4 +5,4 @@ Invitation to {{org_name}} confirmed Your invitation to join {{org_name}} was confirmed. It will now appear under the Organizations the next time you log in to the web vault.

- \ No newline at end of file + diff --git a/src/static/templates/email/invite_confirmed.html.hbs b/src/static/templates/email/invite_confirmed.html.hbs new file mode 100644 index 00000000..746f96ed --- /dev/null +++ b/src/static/templates/email/invite_confirmed.html.hbs @@ -0,0 +1,134 @@ +Invitation to {{org_name}} confirmed + + + + + + Bitwarden_rs + + + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + + + +
+ This email is to notify you that you have been confirmed as a user of {{org_name}}. +
+ Any collections and logins being shared with you by this organization will now appear in your Bitwarden vault.
+ Log in +
+
+ + + + + +
+
+ + diff --git a/src/static/templates/email/pw_hint_none.html.hbs b/src/static/templates/email/pw_hint_none.html.hbs new file mode 100644 index 00000000..4b97e57f --- /dev/null +++ b/src/static/templates/email/pw_hint_none.html.hbs @@ -0,0 +1,133 @@ +Sorry, you have no password hint... + + + + + + Bitwarden_rs + + + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + + + +
+ You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint.
+
+ If you did not request your master password hint you can safely ignore this email. +
+
+ + + + + +
+
+ + diff --git a/src/static/templates/email/pw_hint_some.html.hbs b/src/static/templates/email/pw_hint_some.html.hbs new file mode 100644 index 00000000..44cb3856 --- /dev/null +++ b/src/static/templates/email/pw_hint_some.html.hbs @@ -0,0 +1,139 @@ +Your master password hint + + + + + + Bitwarden_rs + + + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + + + + + + +
+ You (or someone) recently requested your master password hint. +
+ Your hint is: "{{hint}}"
+ Log in: Web Vault +
+ If you did not request your master password hint you can safely ignore this email. +
+
+ + + + + +
+
+ + diff --git a/src/static/templates/email/send_org_invite.html.hbs b/src/static/templates/email/send_org_invite.html.hbs new file mode 100644 index 00000000..0d8f32a1 --- /dev/null +++ b/src/static/templates/email/send_org_invite.html.hbs @@ -0,0 +1,140 @@ +Join {{org_name}} + + + + + + Bitwarden_rs + + + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + + + + + + +
+ You have been invited to join the {{org_name}} organization. +
+ + Join Organization Now + +
+ If you do not wish to join this organization, you can safely ignore this email. +
+
+ + + + + +
+
+ +