diff options
author | Daniel GarcĂa <[email protected]> | 2023-02-12 18:39:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-12 18:39:27 +0100 |
commit | a20a641de34083fa6e6bb25219d97570b56d56c7 (patch) | |
tree | cee79d14c1c7112a067531f13bd2734767eed3bc /src/static | |
parent | 9b20decdc1c6e400b738e28cf4238a2a73d9a18a (diff) | |
parent | 8abd38573b8b185b6abcd26523df0be12c7cd74b (diff) | |
download | vaultwarden-a20a641de34083fa6e6bb25219d97570b56d56c7.tar.gz vaultwarden-a20a641de34083fa6e6bb25219d97570b56d56c7.zip |
Merge branch 'main' into spell-jack_mitigation
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/templates/email/admin_reset_password.hbs | 6 | ||||
-rw-r--r-- | src/static/templates/email/admin_reset_password.html.hbs | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/src/static/templates/email/admin_reset_password.hbs b/src/static/templates/email/admin_reset_password.hbs new file mode 100644 index 00000000..8d381772 --- /dev/null +++ b/src/static/templates/email/admin_reset_password.hbs @@ -0,0 +1,6 @@ +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 diff --git a/src/static/templates/email/admin_reset_password.html.hbs b/src/static/templates/email/admin_reset_password.html.hbs new file mode 100644 index 00000000..d9749d22 --- /dev/null +++ b/src/static/templates/email/admin_reset_password.html.hbs @@ -0,0 +1,11 @@ +Master Password Has Been Changed +<!----------------> +{{> 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;" valign="top"> + The master password for <b 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;">{{user_name}}</b> has been changed by an administrator in your <b 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;">{{org_name}}</b> organization. If you did not initiate this request, please reach out to your administrator immediately. + </td> + </tr> +</table> +{{> email/email_footer }} |