Merge pull request #3439 from kennymc-c/main
Fixed missing footer_text and a few inconsistencies in email templatespull/3475/head
commit
5866338de4
@ -1,6 +1,4 @@
|
||||
Master Password Has Been Changed
|
||||
<!---------------->
|
||||
The master password for {{user_name}} has been changed by an administrator in your {{org_name}} organization. If you did not initiate this request, please reach out to your administrator immediately.
|
||||
|
||||
===
|
||||
Github: https://github.com/dani-garcia/vaultwarden
|
||||
{{> email/email_footer_text }}
|
||||
|
@ -1,5 +1,5 @@
|
||||
Invitation to {{{org_name}}} accepted
|
||||
<!---------------->
|
||||
Your invitation for *{{email}}* to join *{{org_name}}* was accepted.
|
||||
This email is to notify you that {{email}} has accepted your invitation to join {{org_name}}.
|
||||
Please log in via {{url}} to the vaultwarden server and confirm them from the organization management page.
|
||||
{{> email/email_footer_text }}
|
@ -1,5 +1,5 @@
|
||||
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 at {{url}}.
|
||||
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 Vaultwarden vault at {{url}}.
|
||||
{{> email/email_footer_text }}
|
@ -1,5 +1,4 @@
|
||||
You have been removed from {{{org_name}}}
|
||||
<!---------------->
|
||||
Your user account has been removed from the *{{org_name}}* organization because you are a part of another organization. The {{org_name}} organization has enabled a policy that prevents users from being a part of multiple organizations. Before you can re-join this organization you need to leave all other organizations or join with a different account.
|
||||
===
|
||||
Github: https://github.com/dani-garcia/vaultwarden
|
||||
{{> email/email_footer_text }}
|
||||
|
Loading…
Reference in new issue