From 36e97ccbd255ec50ddbcb668ba12792d3a485985 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 23 Dec 2019 15:31:55 -0500 Subject: [PATCH] update 2fa recovery email copy --- src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs | 4 ++-- src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs index b2bff8d579..d9c4995106 100644 --- a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs +++ b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs @@ -2,7 +2,7 @@ @@ -13,7 +13,7 @@
- Your Bitwarden account Two Factor was just reset. + Two-step login on your Bitwarden account has been disabled by using the account's recovery code.
- If this was not you, you should immediately log in and secure your account. + If you did not perform this action, you should immediately take steps to secure your account.
diff --git a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs index 8e6e75400c..6f43a67a3c 100644 --- a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs +++ b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs @@ -1,8 +1,10 @@ {{#>BasicTextLayout}} -Your Bitwarden account Two Factor was just reset. +Two-step login on your Bitwarden account has been disabled by using +the account's recovery code. Date: {{TheDate}} at {{TheTime}} {{TimeZone}} IP Address: {{IpAddress}} -If this was not you, you should immediately log in and secure your account. +If you did not perform this action, you should immediately take steps +to secure your account. {{/BasicTextLayout}} \ No newline at end of file