diff --git a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs
index 74d6a1dbbc..3581eed460 100644
--- a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs
@@ -11,6 +11,12 @@
Log in: {{{link WebVaultUrl}}}
+
+
+ If you still cannot remember your master password, please refer to the following article for your options:
+ {{{link 'https://help.bitwarden.com/article/forgot-master-password/'}}}
+ |
+
If you did not request your master password hint you can safely ignore this email.
diff --git a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs
index 7caaa07b9e..bde863f684 100644
--- a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs
@@ -4,5 +4,8 @@ You (or someone) recently requested your master password hint.
Your hint is: "{{Hint}}"
Log in: {{{WebVaultUrl}}}
+If you still cannot remember your master password, please refer to the following article for your options:
+https://help.bitwarden.com/article/forgot-master-password/
+
If you did not request your master password hint you can safely ignore this email.
{{/BasicTextLayout}}
\ No newline at end of file
diff --git a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs
index 308b1da938..6f581a209c 100644
--- a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs
@@ -2,7 +2,8 @@
- You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint.
+ You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint. If you cannot remember your master password, please refer to the following article for your options:
+ {{{link 'https://help.bitwarden.com/article/forgot-master-password/'}}}
|
diff --git a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs
index ae22830219..aa030fe155 100644
--- a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs
@@ -1,5 +1,6 @@
{{#>BasicTextLayout}}
-You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint.
+You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint. If you cannot remember your master password, please refer to the following article for your options:
+https://help.bitwarden.com/article/forgot-master-password/
If you did not request your master password hint you can safely ignore this email.
{{/BasicTextLayout}}
\ No newline at end of file
|