diff --git a/assets/email_templates/new_login_location.html b/assets/email_templates/new_login_location.html new file mode 100644 index 00000000..701196cd --- /dev/null +++ b/assets/email_templates/new_login_location.html @@ -0,0 +1,113 @@ + + + + + + + Verify {instanceName} Login from New Location + + + + + Branding +
+

+ Hey {username}, +

+

+ It looks like someone tried to log into your {instanceName} + account from a new location. If this is you, follow the link + below to authorize logging in from this location on your + account. If this isn't you, we suggest changing your password as + soon as possible. +

+

+ IP Address: {ip} +
+ Location: {location} +

+
+
+ Verify Login +
+
+
+

+ Alternatively, you can directly paste this link into + your browser: +

+ {verifyUrl} +
+
+
+ + diff --git a/assets/email_templates/password_changed.html b/assets/email_templates/password_changed.html new file mode 100644 index 00000000..3f762702 --- /dev/null +++ b/assets/email_templates/password_changed.html @@ -0,0 +1,60 @@ + + + + + + + {instanceName} Password Changed + + + + + Branding +
+

+ Hey {username}, +

+

Your {instanceName} password has been changed.

+

+ If this wasn't done by you, please immediately reset the + password to your {instanceName} account. +

+
+ + diff --git a/assets/email_templates/password_reset_request.html b/assets/email_templates/password_reset_request.html new file mode 100644 index 00000000..fc77b47b --- /dev/null +++ b/assets/email_templates/password_reset_request.html @@ -0,0 +1,108 @@ + + + + + + + Password Reset Request for {instanceName} + + + + + Branding +
+

+ Hey {username}, +

+

+ Your {instanceName} password can be reset by clicking the button + below. If you did not request a new password, please ignore this + email. +

+
+
+ Reset Password +
+
+
+

+ Alternatively, you can directly paste this link into + your browser: +

+ {passwordResetUrl} +
+
+
+ + diff --git a/assets/email_templates/phone_removed.html b/assets/email_templates/phone_removed.html new file mode 100644 index 00000000..1eb52fbe --- /dev/null +++ b/assets/email_templates/phone_removed.html @@ -0,0 +1,64 @@ + + + + + + + Phone Removed From {instanceName} Account + + + + + Branding +
+

+ Hey {username}, +

+

+ Your phone number ********{phoneNumber} was recently removed + from this account and added to a different {instanceName} + account. +

+

+ Please note that your phone number can only be linked to one + {instanceName} account at a time. +

+
+ + diff --git a/assets/email_templates/verify_email.html b/assets/email_templates/verify_email.html index 041378d9..f0c11e52 100644 --- a/assets/email_templates/verify_email.html +++ b/assets/email_templates/verify_email.html @@ -7,6 +7,10 @@ Verify Email Address for {instanceName}