Port emails to plaintext
This commit is contained in:
parent
0e495bc31d
commit
e1e8850c9a
12
assets/email_templates/new_login_location.txt
Normal file
12
assets/email_templates/new_login_location.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Hey {userUsername},
|
||||
|
||||
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: {ipAddress}
|
||||
Location: {locationCity}, {locationRegion}, {locationCountryName}
|
||||
|
||||
Verify Login: {actionUrl}
|
||||
6
assets/email_templates/password_changed.txt
Normal file
6
assets/email_templates/password_changed.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Your {instanceName} password has been changed.
|
||||
|
||||
If this wasn't done by you, please immediately reset the
|
||||
password to your {instanceName} account.
|
||||
7
assets/email_templates/password_reset_request.txt
Normal file
7
assets/email_templates/password_reset_request.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Your {instanceName} password can be reset by clicking the
|
||||
link below. If you did not request a new password, please
|
||||
ignore this email.
|
||||
|
||||
Reset Password: {actionUrl}
|
||||
8
assets/email_templates/phone_removed.txt
Normal file
8
assets/email_templates/phone_removed.txt
Normal file
@ -0,0 +1,8 @@
|
||||
Hey {userUsername},
|
||||
|
||||
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.
|
||||
7
assets/email_templates/verify_email.txt
Normal file
7
assets/email_templates/verify_email.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Thanks for registering an account on {instanceName}!
|
||||
Before we get started, we just need to confirm that this is
|
||||
you. Click below to verify your email address:
|
||||
|
||||
Verify Email: {actionUrl}
|
||||
Reference in New Issue
Block a user